Summary: | kmail problem with sending iso-8859-1 | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Martin Schlander <martin.schlander> |
Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Schlander
2008-10-01 10:28:20 UTC
SVN commit 867007 by tmcguire: Fix the charset name being "ISO 8859-xx" instead of "ISO-8859-xx". This is because KCharsets::encodingForName() prefers to return something "human-readable" now, thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well. The KCharsets code is too much magic to be understandable unfortunatley. Apparently KMail has been sending invalid messages ever since 4.1 was released. Urgh :( I hope I didn't mix human- and machine-readable names anywhere, otherwise things will break. This is also the reason I was too afraid to change this in kdelibs. BUG: 171947 |