Author Topic: UTF-8  (Read 9053 times)

someone

  • Sr. Member
  • ****
  • Posts: 415
UTF-8
« on: May 22, 2014, 11:27:46 pm »
How do I set the message display to UTF-8? Some foreign characters don't display correctly for me.

Example
new publication (Mar?a Isabel Fierro Bello)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: UTF-8
« Reply #1 on: May 23, 2014, 12:00:02 am »
It's not display, it's transmission.

Sounds like a message with bad headers (e.g. the "encoding" is completely missing).

Even though Aqua has some code to "guess" the right encoding, if the message says it's "us-ascii" and it's actually utf-8, some data will be corrupted.

Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: UTF-8
« Reply #2 on: May 23, 2014, 01:49:46 am »
Thanks.

jcasares

  • Full Member
  • ***
  • Posts: 245
Re: UTF-8
« Reply #3 on: May 23, 2014, 02:58:48 am »
I had such issue with Lotus Domino/Traveler messages if I recall correctly.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: UTF-8
« Reply #4 on: May 25, 2014, 11:38:31 pm »
If you can send (as attachment) the original message source, I could see if maybe there is a bug in Aqua.

Should also mention that I have code on my side to detect UTF-8 no matter what the encoding in the message says.

Finally, if you were seeing this in a Gmail account, with message headers (not content) --

-- Gmail's IMAP irreversibly corrupts non-ASCII characters in message headers. The IMAP spec says they're allowed to.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/