← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/revised_maps into lp:widelands

 

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.


References