On Fri, 2007-06-22 at 02:20 -0700, Scater wrote: [...] > django rev 5511 > in i18n i have two languages: english and russian. > DEFAULT_CHARSET = 'utf-8' > all files in utf-8 > when i use russian as active language i has error: [...] > UnicodeDecodeError at /ru/contacts/ > 'ascii' codec can't decode byte 0xd0 in position 24: ordinal not in > range(128)
Use the Unicode branch if you want to use non-ASCII characters at the moment. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

