File "/opt/virtualenvs/ros/local/lib/python2.7/site-packages/mtranslate/core.py", line 72, in translate
to_translate = urllib.quote_plus(to_translate)
File "/usr/lib/python2.7/urllib.py", line 1299, in quote_plus
s = quote(s, safe + ' ')
File "/usr/lib/python2.7/urllib.py", line 1294, in quote
return ''.join(map(quoter, s))
KeyError: u'\xe8'
I think this because I need to use unicode.
It's possible to use unicode?
File "/opt/virtualenvs/ros/local/lib/python2.7/site-packages/mtranslate/core.py", line 72, in translate to_translate = urllib.quote_plus(to_translate) File "/usr/lib/python2.7/urllib.py", line 1299, in quote_plus s = quote(s, safe + ' ') File "/usr/lib/python2.7/urllib.py", line 1294, in quote return ''.join(map(quoter, s)) KeyError: u'\xe8' I think this because I need to use unicode. It's possible to use unicode?