Grigory Fateyev wrote:

>I have strange problem. Project has model and DEFAULT_CHARSET =
>'utf-8' with LANGUAGE_CODE = ru. After adding in admin some object via
>popup window (ForaignKey), main pagr refresh and first symbol of
>translated words look like square. Why it can be?
>  
>
Most probably it's the result of capitalization via default filters. 
Many of them don't support proper handling of UTF-8 yet. There is a 
ticket (http://code.djangoproject.com/ticket/924) with a patch fixing 
it. The slight problem is that this patch is made against trunk code but 
adopting it to magic-removal may be just a matter of file name change.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to