FAQ
hello,list.
I use the mailman 2.1.8 , and the mail archive is pipermail
0.09,OS is Debian sarge,python Verizon is 2.3 .
When I look the mail list archive in web,the gb2312 mail can't
display correct,but the utf-8 can display . what's wrong,and how to
resolve it. please help me!

--
Huang Mingyou

Search Discussions

  • Mark Sapiro at Jun 27, 2006 at 9:22 pm

    huang mingyou wrote:

    I use the mailman 2.1.8 , and the mail archive is pipermail
    0.09,OS is Debian sarge,python Verizon is 2.3 .
    When I look the mail list archive in web,the gb2312 mail can't
    display correct,but the utf-8 can display . what's wrong,and how to
    resolve it. please help me!

    Is this a case of the web server adding its own Content-Type: header
    with an incompatible character set. The installation manual suggests
    the following for Apache (your path may be different)

    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    See <http://www.list.org/mailman-install/node10.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan
  • Huang mingyou at Jun 28, 2006 at 12:41 am
    hi,Mark
    I had add this in my apache configure file at the beging.but
    seems no effect. :(

    2006/6/28, Mark Sapiro <msapiro at value.net>:
    huang mingyou wrote:
    I use the mailman 2.1.8 , and the mail archive is pipermail
    0.09,OS is Debian sarge,python Verizon is 2.3 .
    When I look the mail list archive in web,the gb2312 mail can't
    display correct,but the utf-8 can display . what's wrong,and how to
    resolve it. please help me!

    Is this a case of the web server adding its own Content-Type: header
    with an incompatible character set. The installation manual suggests
    the following for Apache (your path may be different)

    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    See <http://www.list.org/mailman-install/node10.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan

    --
    Huang Mingyou
  • Huang mingyou at Jun 28, 2006 at 1:04 am
    excuse me,this is a chinese gb2312 test.
    ????????????????!

    2006/6/28, huang mingyou <therods at gmail.com>:
    hi,Mark
    I had add this in my apache configure file at the beging.but
    seems no effect. :(

    2006/6/28, Mark Sapiro <msapiro at value.net>:
    huang mingyou wrote:
    I use the mailman 2.1.8 , and the mail archive is pipermail
    0.09,OS is Debian sarge,python Verizon is 2.3 .
    When I look the mail list archive in web,the gb2312 mail can't
    display correct,but the utf-8 can display . what's wrong,and how to
    resolve it. please help me!

    Is this a case of the web server adding its own Content-Type: header
    with an incompatible character set. The installation manual suggests
    the following for Apache (your path may be different)

    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    See <http://www.list.org/mailman-install/node10.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan

    --
    Huang Mingyou

    --
    Huang Mingyou
  • Mark Sapiro at Jun 28, 2006 at 1:08 am

    huang mingyou wrote:

    I had add this in my apache configure file at the beging.but
    seems no effect. :(

    2006/6/28, Mark Sapiro <msapiro at value.net>:
    <snip>
    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    Is it possible the character set of the post is misrepresented in the
    original.?

    Are gb2312 codecs available in your Python installation? If not, see
    the thread containing
    <http://mail.python.org/pipermail/mailman-i18n/2003-September/000962.html>.
    Also see the thread beginning at
    <http://mail.python.org/pipermail/mailman-users/2006-June/051870.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan
  • Huang mingyou at Jun 28, 2006 at 1:54 am
    hi,mark
    I think the gb2312 codecs available is available in my Payton
    installation,because I
    not get the gb2312 error in the logs/error,and when I use the mailman
    2.1.5 ,will get this error. I thin the mailman can correct manage the
    gb2312 mail,but the pipermail can't ,because I use MUA can read gb2312
    mail from the mail list.
    the that's right? :(


    2006/6/28, Mark Sapiro <msapiro at value.net>:
    huang mingyou wrote:
    I had add this in my apache configure file at the beging.but
    seems no effect. :(

    2006/6/28, Mark Sapiro <msapiro at value.net>:
    <snip>
    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    Is it possible the character set of the post is misrepresented in the
    original.?

    Are gb2312 codecs available in your Python installation? If not, see
    the thread containing
    <http://mail.python.org/pipermail/mailman-i18n/2003-September/000962.html>.
    Also see the thread beginning at
    <http://mail.python.org/pipermail/mailman-users/2006-June/051870.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan

    --
    Huang Mingyou
  • Huang mingyou at Jun 28, 2006 at 4:02 am
    hi,mark
    Now,I install the cjkcodecs-1.1.1,all is OK !! thank you !

    2006/6/28, huang mingyou <therods at gmail.com>:
    hi,mark
    I think the gb2312 codecs available is available in my Payton
    installation,because I
    not get the gb2312 error in the logs/error,and when I use the mailman
    2.1.5 ,will get this error. I thin the mailman can correct manage the
    gb2312 mail,but the pipermail can't ,because I use MUA can read gb2312
    mail from the mail list.
    the that's right? :(


    2006/6/28, Mark Sapiro <msapiro at value.net>:
    huang mingyou wrote:
    I had add this in my apache configure file at the beging.but
    seems no effect. :(

    2006/6/28, Mark Sapiro <msapiro at value.net>:
    <snip>
    <Directory "/usr/local/mailman/archives/public/">
    AddDefaultCharset Off
    </Directory>

    Is it possible the character set of the post is misrepresented in the
    original.?

    Are gb2312 codecs available in your Python installation? If not, see
    the thread containing
    <http://mail.python.org/pipermail/mailman-i18n/2003-September/000962.html>.
    Also see the thread beginning at
    <http://mail.python.org/pipermail/mailman-users/2006-June/051870.html>.

    --
    Mark Sapiro <msapiro at value.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan

    --
    Huang Mingyou

    --
    Huang Mingyou

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupmailman-users @
categoriespython
postedJun 27, '06 at 8:18a
activeJun 28, '06 at 4:02a
posts7
users2
websitelist.org

2 users in discussion

Huang mingyou: 5 posts Mark Sapiro: 2 posts

People

Translate

site design / logo © 2023 Grokbase