Skip to content

Commit

Permalink
map windows codepage 936 to python encoding cp936 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil authored Nov 20, 2023
1 parent d307a1b commit 58919a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/corpora/corpora_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _get_verse_num(verse_str: str) -> int:
874: "cp874",
875: "cp875",
932: "cp932",
936: "gb2313",
936: "cp936",
949: "cp949",
950: "cp950",
1026: "cp1026",
Expand Down

0 comments on commit 58919a5

Please sign in to comment.