Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
jp encoding
  • Loading branch information
bssthu committed Feb 6, 2017
1 parent 57143c0 commit 870c131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/prepare_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#


import io
import os
import sys

Expand Down Expand Up @@ -167,4 +168,5 @@ def main():


if __name__ == '__main__':
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='gb18030')
main()

0 comments on commit 870c131

Please sign in to comment.