You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 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)
The text was updated successfully, but these errors were encountered:
➜ 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)
The text was updated successfully, but these errors were encountered: