Hi!

After successfully converting my web interface to utf-8, here is how  
I dealt with the templates:

in mailman/templates :

mkdir frutf8 # I'm interested in French
cd fr
for x in `ls`
do
iconv -f iso-8859-1 -t utf8 $x > ../frutf8/$x
done

check, and there all there is to do is

rm -rf fr
mv frutf8 fr

And there we are! Hope this can be useful to others.

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