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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to