From shlomit.afgin at weizmann.ac.il Sun Jan 13 15:44:33 2013 From: shlomit.afgin at weizmann.ac.il (Shlomit Afgin) Date: Sun, 13 Jan 2013 14:44:33 +0000 Subject: [Mailman-i18n] How to write hebrew in mailman footer Message-ID: <51123DD1BF2E03418A1296748DA730926BAE397A@IBWMBX02> Hi, I have few mailing list. In one of the mailing list, I want to add to the footer HEBREW letters, but when I do so I'm getting instead of hebrew: קבו What are the steps I need to do in order to change only part of one mailing list footer to hebrew? Shlomit. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at msapiro.net Sun Jan 13 20:58:30 2013 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 13 Jan 2013 11:58:30 -0800 Subject: [Mailman-i18n] How to write hebrew in mailman footer In-Reply-To: <51123DD1BF2E03418A1296748DA730926BAE397A@IBWMBX02> References: <51123DD1BF2E03418A1296748DA730926BAE397A@IBWMBX02> Message-ID: <50F311E6.1070005@msapiro.net> On 1/13/2013 6:44 AM, Shlomit Afgin wrote: > >I have few mailing list. >In one of the mailing list, I want to add to the footer HEBREW letters, but > when I do so I'm getting instead of hebrew: >קבו What Mailman version is this? Is the list's preferred_language Hebrew? Do you see the above in the footer of messages from the list or only in the web admin GUI? Note that if you only see the literal HTML entities in the web GUI, this is fixed in Mailman 2.1.13. >What are the steps I need to do in order to change only part of one mailing > list footer to hebrew? Assuming the list's preferred_language is Hebrew and the HTML entities above are what you see in the footer of messages from the list, you will probably have to set the footer with Mailman's bin/config_list. This requires command line access to the server. You would prepare an input file containing something like # coding=utf-8 msg_footer ="""_______________________________________________ %(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Hebrew text including ??? ... """ or whatever you want the footer to look like and then run bin/config_list -i /path/to/above/file LISTNAME Note that the '# coding=utf-8' first line is required and should specify the actual encoding of the file. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan