I'm trying to use django to localize some strings from Italian to other languages. Everything is working fine but not with strings which contain accented chars.
The original file is saved in UTF-8 as well as the translated .po file. The strings are identical and the compilemessages command works without any warning. When I try and open the page though, I don't get the translated version for those strings and only those.
What should I check?
Thanks!
ugettext_lazyon these strings? Are the strings in the .po file maybe markedfuzzy? – Bernhard Vallant Dec 21 '10 at 22:19