archives generation on new server
Hi Everybody,
I'm currently moving to a new server my lists. Old version is 2.1.7 new version is 2.1.9
While moving the lists themself is really easy, I have an issue with the archives. It seems that the "accents" like éèà are not properly handled.
The content-type from the headers is charset=ISO-8859-1
I've tryed to google or look into the FAQ without success so far, if you could point me to a page or advice how i could proceed ?
Many thanks
Manuel
Manuel Goepfert wrote:
While moving the lists themself is really easy, I have an issue with the archives. It seems that the "accents" like éèà are not properly handled.
The content-type from the headers is charset=ISO-8859-1
I've tryed to google or look into the FAQ without success so far, if you could point me to a page or advice how i could proceed ?
I suspect the issue is that the archive pages are in one character set (iso-8859-1 ?) and the web server is declaring them to be something else (utf-8 ?). If this is Apache, see the AddDefaultCharset directive.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Hi Mark,
I suspect the issue is that the archive pages are in one character set (iso-8859-1 ?) and the web server is declaring them to be something else (utf-8 ?).
I was not clear in my initial email.
Actually already when generating my archives with bin/arch I have some problems, the accents are not properly handled meaning I find the current date/time in emails that are back in 2005 just because the month in the header contains a "é" for example.
Manuel
Manuel Goepfert wrote:
Actually already when generating my archives with bin/arch I have some problems, the accents are not properly handled meaning I find the current date/time in emails that are back in 2005 just because the month in the header contains a "é" for example.
Date: headers should not be localized. See section 3.3 of RFC 2822 <http://www.faqs.org/rfcs/rfc2822.html>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Manuel Goepfert
-
Mark Sapiro