[issue924806] email.Header.Header() produces wrong headers with utf8 enc.

2009-02-09 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: This isn't a bug in Python, since it does the right thing by aliasing 'utf8' with 'utf-8'. If this is incompatible with external mail tools, then you should use 'utf-8' instead, but I don't think Python should change that underneath you.

[issue924806] email.Header.Header() produces wrong headers with utf8 enc.

2009-02-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is the perceived incompatibility (still) a real problem? -- nosy: +ajaksu2 type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue924806

[issue924806] email.Header.Header() produces wrong headers with utf8 enc.

2009-02-08 Thread Andreas Jung
Andreas Jung aj...@users.sourceforge.net added the comment: No idea - this bug is five years old! ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue924806 ___