Hello, I'm running Django r7548 using PostgreSQL 8.3 on Leopard.
The problem: When I upload a file with a filename like 'éééé.jpg', I get the following error: --- UnicodeDecodeError at /library/documents/12114/addFile/ 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) --- When I run codecs.BOM_UTF8.decode() on the filename, I get the following error: --- LookupError at /library/documents/12114/addFile/ unknown encoding: éééé.jpg --- I've kind of run out of ideas for this problem. Am I missing something? Thanks ! Gijs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---