Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
590 stars 74 forks source link

Handle Unicode characters in file names #4

Closed Bu11etmagnet closed 8 years ago

Bu11etmagnet commented 8 years ago

Fixes

Traceback (most recent call last): File "./unrpa", line 163, in unarchiver.list_files() File "./unrpa", line 62, in list_files print(path) UnicodeEncodeError: 'ascii' codec can't encode characters in position 11-15: ordinal not in range(128)

if file names contain non-ASCII characters

hikari-no-yume commented 8 years ago

Hey, you might want to add the email used in your commits to your GitHub account, so GitHub attributes them to you.