Hello all, I am trying to use gettext method for my one of program making i18N usable in Unicode. When i enter the text repalcement in .po file and try to create .mo file from that, it gives me error as : invalid multibyte sequence. I tried this for french language.
e.g #: pywine.py:121 msgid "year" msgstr "année" Error: fr.po:33:12: invalid multibyte sequence fr.po:33:13: invalid multibyte sequence Can anyone help me to solve thsi problem. Regards, Ginovation
-- http://mail.python.org/mailman/listinfo/python-list