Compatibility with WYSIWYGs for special characters like åäö
saml - June 7, 2009 - 02:42
| Project: | interwiki |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
There are problems using interwiki together with WYSIWYG editors like TinyMCE because they translate special characters into HTML-character codes. For example, the Swedish ones: å ä ö Å Ä Ö, translates into å ä ö Å Ä Ö/code>
Only way to get this to work, I suppose, is if interwiki could translate back the html-character strings into the original characters.

#1
Sorry, my code-tag was broken.
The HTML-character strings for å ä ö Å Ä Ö, again:
å ä ö Å Ä Ö#2
After all, this is better characterized as a bug.