a-ono / redmine_ckeditor

Redmine plugin for integration CKEditor
304 stars 139 forks source link

Unreadable emails #129

Open nesnera opened 10 years ago

nesnera commented 10 years ago

Some non-ASCII characters are replaced by entities. it makes notification emails almost unreadable. Ex.: Příliš žluťoučký kůň > Příliš žluťoučký kůň Email notification switch "Plain text mail (no HTML)" has no influence.

Redmine 2.5.2.stable.13339 CKEditor 1.0.16

nesnera commented 10 years ago

I'm sorry for mystification. Option "Plain text mail (no HTML)" has influence (<= Thunderbird > View > Message body as > .. HTML ;-D ). Nevertheless substitution entities to UTF8 would be perfect.

ebrahim commented 9 years ago

Another problem with HTML entities is with magic links. If a Unicode character which is converted to its HTML entity counterpart is present between [[ and ]] of a magic link, text of the link will contain tge HTML entity code instead of the Unicode character.

Fix is simple: add :entities => false to Rich.options call in lib/redmine_ckeditor.rb.