Francisco> use:
Francisco> iconv -f <your_locale> -t utf-8 < your_locale.po > utf-encoded.po
No. you should not use iconv, as it won't modify the header of PO, which
will cause the PO unusable. Instead, following command is preferred:
msgconv -t utf-8 -o LL-utf-8.po LL.po_______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
