I have a problem the accent letters on the difference view.
example:
The view of the node permits
é é ñ ú
but on the view of the differences:
é é ñ ú
I have FCK installed
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Dibujo.JPG | 14.98 KB | teflo |
I have a problem the accent letters on the difference view.
example:
The view of the node permits
é é ñ ú
but on the view of the differences:
é é ñ ú
I have FCK installed
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Dibujo.JPG | 14.98 KB | teflo |
Comments
Comment #1
Hakaku commentedI'm changing the priority status on this issue because the module is working as intended (i.e. showing the difference in the source code). The problem is that the FCK and CK editors will transform non-ascii characters to html entities in the source code. You can change this behaviour by modifying their settings.
If you're using the CKEditor Module, go to its configuration page and edit one of your profile settings. In the Advanced Options (at the bottom), find the one named HTML Entities, and select "No".
But I'm leaving it as a feature request in case someone can find a reason why it would be advantageous to encode Unicode characters as HTML entities on a production site, and have them displayed back as normal characters in the source diff.
Comment #2
realityloop commentedstill an issue with 2.3?
Comment #3
alan d. commentedAs per Hakaku comment, this will effect any HTML view as check_plain() will render the ampersand as &
#372957: HTML Strip for Diff, WYSIWYG Friendly provides a HTML friendly version
prints