[ mailman-Bugs-1942206 ] Correct italian language encoding

SourceForge.net noreply at sourceforge.net
Mon Apr 14 18:19:28 CEST 2008


Bugs item #1942206, was opened at 2008-04-14 08:50
Message generated for change (Comment added) made by msapiro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pipermail
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivan Iraci (il_santo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Correct italian language encoding

Initial Comment:
In Defaults.py

add_language('it', _('Italian'), 'iso-8859-1')

should be changed in:

add_language('it', _('Italian'), 'utf-8')

And the same, IMHO, should be done for all the other languages.

----------------------------------------------------------------------

>Comment By: Mark Sapiro (msapiro)
Date: 2008-04-14 09:19

Message:
Logged In: YES 
user_id=1123998
Originator: NO

It's not that simple. Making that change also requires that the message
catalog and all templates be converted from iso-8859-1 to utf-8.

The fact that you have categorized this as a pipermail issue makes me
suspect that you have something like Apache's

AddDefaultCharset UTF-8

in your web server configuration causing it to serve archive pages with a

Content-Type: text/html; charset="utf-8"

header which overrides the <META http-equiv="Content-Type"
content="text/html; charset=iso-8859-1"> tag specification in the html
page.

If that is the issue, you can work around it by putting

AddDefaultCharset Off

in an appropriate place in the web server confifuration or in a .htaccess
file in the archives/private/ directory.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103


More information about the Mailman-coders mailing list