Summary: | Quoting of ellipsis character failes | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Ronny Standtke <Ronny.Standtke> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ronny Standtke
2007-08-26 14:38:46 UTC
Additional info: I use exactly the same font for "Message Body" and "Quoted Text - First Level" (Bitstream Vera Sans Mono, Regular, 10). Please attach such a mail with this character. Where do you see the rectangle? In the composer? What is the charset of the original mail? Does changing fonts help? > Please attach such a mail with this character. I can't do this because of privacy reasons. I looked at the source code of one of these mails and can provide some (hopefully) important parts here: ---------------8<--------------- This is a multi-part message in MIME format. ------=_NextPart_000_0205_01C7E641.A88DDA80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ---------------8<--------------- In the text the ellipsis is encoded with "=85", e.g. like this: ---------------8<--------------- eine kleine Aufgabe l=F6sen =85 ---------------8<--------------- > Where do you see the rectangle? In the composer? Yes. > What is the charset of the original mail? iso-8859-1 > Does changing fonts help? No. In fact, the composer seems to ignore font settings completely and changes to "Quoted Text - First Level" are only possible regarding font style and size but are lost when the configuration dialog is closed. Nice, everywhere I go I run into bugs... Is this character valid for ISO-8859-1? I tried to reproduce it by sending such mail to myself but KMail with this encoding changes … into ? With UTF-8 everything works fine. > Is this character valid for ISO-8859-1? ASCII only goes from 00 to 7F, and ISO-8859-1 from A0 to FF. Unfortunately I have no idea what is with the range from 80 to 9F. This is where the ellipsis "=85" falls into... I also tried sending mail to myself and just run into the next bug: Bug#149309 Great. This bug seems to be fixed now, I can't reproduce anymore. |