Ticket #95 (assigned Bug)

Opened 7 years ago

Last modified 7 years ago

Corruption of text in subject string when using russian language

Reported by: al_gap@… Owned by: daboo@…
Priority: major Milestone:
Component: Application Version: v4.0.6
Severity: Other Keywords: subject string, russian language
Cc: Operating System: Mac OS X
OS Version: 10.4.7

Description

If one tries to send message with russian language in subject string Mulberry corrupts subject line -- it replaces arbitrarily some letters with question signs, for example string "Это эксперимент" ("This is experiment" in russian) is replaced with "Это экспер??мент" (some mail clients like Thunderbird show only "Это экспер") -- here letter "и" (russian i) is replaced with two question signs. Message body and From string both remain uncorrupted.

This occurs when one composes message in Plain text or in HTML, when he tries to compose message in Enriched text -- subject string is preserved, but message body became corrupted due to incorrect encoding field (us-ascii) in resulting mail message.

N.B. Box "Always Use Unicode..." in Preferences is always checked!

Change History

comment:1 Changed 7 years ago by daboo@…

  • Status changed from new to assigned
  • Version changed from v4.0.6 to soon

The problem appears to be that Mulberry is splitting a single multi-octet UTF-8 encoding of a charcater across two lines in the folded header.

comment:2 Changed 7 years ago by daboo@…

  • Version changed from soon to v4.0.6

comment:3 Changed 7 years ago by daboo

Milestone Release deleted

Note: See TracTickets for help on using tickets.