| Summary: | encoding changes when replying, displaying wrong special character (in french) | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Peer Frank <peer.frank> |
| Component: | composer | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peer Frank
2021-08-18 17:54:54 UTC
new details: I wrote a test mail to myself using é è ê û ô à ... in the reply these special french character are perfectly quoted. The problematic messages come from gmail accounts (message OK, but french character lost in the reply). They have a heavy header and I just compared the charset lines which are slightly different: gmail: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable kmail: Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8" No idea if this is the explication. Also setting encoding to UTF-8 manually (Options/Encoding/Unicode/UTF-8) does not fix the reply. And there are no french character problems in the reply with non-gmail messages. the problem did not occur on another installation: de-selecting Settings/Configure KMail/Composer/Charset/Keep original charset when replying... fixed the problem. |