• One of my subscribers informed me that whenever I publish an article with non-ASCII characters in title, Subject of the e-mail looks deformed in some Android mail clients.

    E.g.

    Fwd: Nov?? ??l??nek: ??v??carsk?? syst??m s katal??nskou chybou

    He diagnozed the problem: according to RFC 2047 non-7-bit characters are not allowed in the Subject. But the plugin sends UTF-8 characters directly.

    His proposed patch is a one-liner:

    $subject = mb_encode_mimeheader($subjectText,"UTF-8");

    In this way, the subject would be encoded correctly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Ok. We will take a look into it and fix it in upcoming version of Email Subscribers.

    hello, I have the same problem of encoding in subject AND in the text. It was working fine before 4.x :

    Bonjour,
    Nous avons publi?? un nouvel article sur notre blog? karat??? :
    [Karat??ka du mois] Adan M, 12 ans
    Voici le premier article d’une nouvelle s??rie : chaque mois nous allons ? la rencontre d’un ??l?¨ve du club. Ce mois-ci c’est au tour d’Adan M, 12 ans, ceinture orange-verte. Il a commenc?? le karat?? ? Colombes comme d??butant, et il r??pond ? nos 5 questions !
    Pourquoi as-tu d??but?? le …

    Thanks

    • This reply was modified 5 years, 11 months ago by karma007.
    • This reply was modified 5 years, 11 months ago by karma007.

    in header of email I have found this.

    version 3.x (correct) :
    Subject: =?utf-8?Q?=5BKarate_Club_Colombes=5D_Stage_kar?=
    =?utf-8?Q?at=C3=A9_#PrepaGrades_#04_le_17-03-20?=
    =?utf-8?Q?19?=

    version 4.x (incorrect) :
    Subject: =?iso-8859-1?Q?=5BKarate_Club_Colombes=5D_Stage_karat=C3=A9_#KeikoSeries_?=
    =?iso-8859-1?Q?#04_le_07-04-2019?=

    thanks

    Hello, any news for this bug ?
    thanks

    Thread Starter mariankechlibar

    (@mariankechlibar)

    I started a new thread with the same bug, maybe that will attract the attention of the devs again.

    https://www.ads-software.com/support/topic/encoding-of-an-utf-8-subject-again/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Encoding of UTF-8 subject’ is closed to new replies.