Skip to content

Commit 58919a5

Browse files
authored
map windows codepage 936 to python encoding cp936 (#66)
1 parent d307a1b commit 58919a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine/corpora/corpora_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _get_verse_num(verse_str: str) -> int:
192192
874: "cp874",
193193
875: "cp875",
194194
932: "cp932",
195-
936: "gb2313",
195+
936: "cp936",
196196
949: "cp949",
197197
950: "cp950",
198198
1026: "cp1026",

0 commit comments

Comments
 (0)