#26897 closed Bug (fixed)
makemessages crash with non ascii file names
Description ¶
On Python 2:
... File "/home/claude/virtualenvs/djangogit/local/lib/python2.7/site-packages/django/core/management/commands/makemessages.py", line 393, in build_potfiles self.process_files(file_list) File "/home/claude/virtualenvs/djangogit/local/lib/python2.7/site-packages/django/core/management/commands/makemessages.py", line 488, in process_files self.process_locale_dir(locale_dir, files) File "/home/claude/virtualenvs/djangogit/local/lib/python2.7/site-packages/django/core/management/commands/makemessages.py", line 552, in process_locale_dir input_files_list.write('\n'.join(input_files)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 233: ordinal not in range(128)
Change History (9)
comment:1 by , 9 years ago
Has patch: | set |
---|
comment:2 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR