[Mailman-Users] encoding problem (french)
Gregory Mokhin
mok at kde.ru
Tue Oct 4 16:21:17 CEST 2005
Tara Star wrote:
> On Oct 4, 2005, at 02:26, Mark Sapiro wrote:
>
> Here is what I did:
>
> iconv -f iso-8859-1 -t utf-8 -o mailman.po.new mailman.po # convert
> from latin-1 to utf-8
> mv mailman.po mailman.po.old # just in case
> mv mailman.po.new mailman.po
> ../../../bin/msgfmt.py mailman.po # generate .mo from .po
>
po files usually have charset data in their headers, that are
converted correctly by msgconv.
Use msgconv insted of iconv or fix the charset manually.
Regards,
Gregory
More information about the Mailman-Users
mailing list