On Oct 4, 2005, at 02:26, Mark Sapiro wrote:

>> Only problem is the .po will not compile. Of course, I tried
>> compiling the original .po just to make sure I hadn't messed things
>> up with iconv, and it doesn't compile either :-(
>>
>>
>
>
> Are you compiling with Mailman's bin/msgfmt.py or some other msgfmt
> implementation. This may be the problem. The original file should
> compile OK with bin/msgfmt.py.
>


YAY! that was the missing bit. I was using /usr/bin/msgfmt

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

:-)

Thanks for the help!

Steph
--
http://climbtothestars.org/
http://stephanie-booth.com/
http://flickr.com/photos/bunny/

------------------------------------------------------
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