I have created a .po file using "tg-admin i18n" and it is working fine, but when I then do a "tg-admin i18n merge" (without even doing a "compile"), it seems to mess up some special characters that I had previously entered in the .po file:
messages.po file *before* doing "tg-admin i18n merge": msgid "Devices" msgstr "Vòyoa" messages.po file *after* doing "tg-admin i18n merge": msgid "Devices" msgstr "Vòyoa" The file is using utf-8 encoding as seen in the header at the top of the messages.po file (I have also confirmed that my editor is using utf-8): "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: utf-8\n" "Generated-By: pygettext.py 1.5\n" Any ideas why this would be happening? -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

