Ben Gertzfield wrote:

I actually have written some Python code to safely escape iso-2022 characters for HTML. Maybe we can use this for Pipermail!

Well, I like fix once for all (in Entry.py). ;-)
Or, you have to worry about it every time you add new modules.

Maybe we shuould use global altcharsets for non japanese mlist.

global_altcharsets = {
	'iso-2022-jp':	'euc-jp',
	'shift_jis':	'euc-jp',
...
	'iso-8859-15':	'iso-8859-1', # or reverse?
...
}

This can be generated from charset list for languages.

--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to