Posted by saml on June 7, 2009 at 2:42am
Jump to:
| Project: | interwiki |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#1
Sorry, my code-tag was broken.
The HTML-character strings for å ä ö Å Ä Ö, again:
å ä ö Å Ä Ö#2
After all, this is better characterized as a bug.