-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
➜ translator-master python translator.py 战斗打响了
translator.py:625: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if arg != '':
translator.py:627: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if head != '-':
Traceback (most recent call last):
File "translator.py", line 745, in
main()
File "translator.py", line 675, in main
text = ' '.join(args)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)
Metadata
Metadata
Assignees
Labels
No labels