When using some icelandic characters in Drupal like "Æ" and "Þ".

Æ becomes &+AElig
Þ becomes &+THORN
Ð becomes &+eth

This characters look fine in lowercase but uppercase is totally broken. I've been using other CMS systems on this webserver using UTF8 without any problems like typo3 and Mambo.

Comments

imerlin’s picture

Project: Drupal core » TinyMCE
Version: 4.6.0 » 4.6.x-1.x-dev
Component: base system » Code

When typing in Icelandic characters like 'Æ' 'Ð' and 'Þ' TinyMCE replaces them with garbage. Lowercase versions of these characters work but these dont.

matt westgate’s picture

I'm marking this as won't fix because I'm pretty sure this is a TinyMCE bug and not the module. We'll have to test again for TinyMCE 1.45.

imerlin’s picture

Status: Closed (won't fix) » Closed (duplicate)

Caused by regular expression in filter.module.

http://drupal.org/node/43602