Re: i18 returns me an UnicodeDecodeError

2008-08-22 Thread Michael Radziej
Hi, this mailing list is about development of Django itself. Please use the mailing list django-users for questions about using Django. Kind regards, Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49-911-9352-0 - Fax +49-911-9352-100 http://www.noris.de - T

i18 returns me an UnicodeDecodeError

2008-08-22 Thread Jose Jiménez
Hello, i'm using the stable version of django (0.96.2). When the newforms library tries to return a field's validation error, if the translation contains an accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py, all runs correctly (showing the messages in english). The

i18 returns me an UnicodeDecodeError

2008-08-22 Thread Jose Jiménez
Hello, i'm using the stable version (0.96.2) of Django. When newforms library try to returns a field's validation error, if his translation contains any accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py all runs correctly (showing the messages in english). The error