Running a python2 console and trying manually decode the first chars of the 
string of "descr=" in Islands_of_war/elemental:

>>> 'descr=_"For centuries, you’ve lived peacefully side by 
>>> side"'.decode('ascii')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 26: 
ordinal not in range(128)

This is position 26 (not 27) so maybe there is another file which causes this 
failure.
-- 
https://code.launchpad.net/~widelands-dev/widelands/revised_maps/+merge/289704
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/revised_maps.

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to