Roundup Tracker - Issues

Issue 511633

classification
Encoding of German umlauts gets lost
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : grubert, opich, richard
Priority: normal :

Created on 2002-02-01 09:42 by opich, last changed 2002-05-02 05:13 by richard.

Messages
msg180 Author: [hidden] (opich) Date: 2002-02-01 09:42
The encoding gets somewhere lost:

'oe' ist nicht รถ!

becomes

'oe' ist nicht =F6!
msg181 Author: [hidden] (richard) Date: 2002-02-06 03:49
Logged In: YES 
user_id=6405

We actually ignore the content encoding!

We now have some handling - we decode the incoming text, but
we don't encode the outgoing. We need to either implement a
test and encode or store the encoding the message was
received in. The second is a good idea - but doesn't solve
the problem of web edits needing encoding.

msg182 Author: [hidden] (grubert) Date: 2002-02-06 07:35
Logged In: YES 
user_id=147070

Fixed: at least for incoming mails for simple and 
multipart/mixed.
msg183 Author: [hidden] (richard) Date: 2002-05-02 05:13
Logged In: YES 
user_id=6405

Content-Encoding now handled. 
 
History
Date User Action Args
2002-02-01 09:42:37opichcreate