Menu

#5 Character set bugfix

closed-fixed
nobody
None
5
2003-05-05
2003-04-27
No

This patch solves the character set bug for the
confirmation e-mail:

diff -r1.75 askmessage.py
520c520
< header_list = [ "X-ASK-Auth: %s" %
self.generate_auth(), "Precedence: bulk" ]
---
> header_list = [ "X-ASK-Auth: %s" %
self.generate_auth(), "Precedence: bulk",
"Content-Type: text/plain; charset=\"utf-8\"",
"Content-Transfer-Encoding: 8bit" ]

Discussion

  • Lars B. Dybdahl

    Lars B. Dybdahl - 2003-05-05

    Logged In: YES
    user_id=116253

    This was fixed, but using the iso-8859-1 character set.

     
  • Lars B. Dybdahl

    Lars B. Dybdahl - 2003-05-05
    • status: open --> closed-fixed
     

Log in to post a comment.