crxtrdude / pywright

Python game engine for running visual novel games similar to the Phoenix Wright series
Other
5 stars 3 forks source link

Non-ascii character error #197

Open francocurotto opened 8 years ago

francocurotto commented 8 years ago

Y get an "undefined" error when the message box try to display a non-ascii character (á, é, í ó, ú, ñ ¿), even though the character is displayed alright after I "click to continue".

The terminal yields:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 0: ordinal not in range(128)