PKP Bugzilla – Bug 6080
TinyMCE converts to HTML entities
Last modified: 2011-09-14 15:25:03 PDT
Rather than passing through text based on a page's charset, by default TinyMCE is converting to HTML entities. Set TinyMCE encoding option to "raw" (preserve charset, only convert XML default entitites). See: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/entity_encoding http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/encoding
Created attachment 3346 [details] Patch against OJS 2.3.3
Created attachment 3347 [details] Patch against OJS 2.2.4
Created attachment 3348 [details] Patch against OCS 2.3.3
Created attachment 3349 [details] Patch against OCS 2.1.2
Created attachment 3350 [details] Patch against OHS 2.3.1
Fixed.
TinyMCE converts to HTML entities https://github.com/pkp/ocs/commit/17c10a21c7bcdcef430d250afc00c2e65c99ea8a
*** Bug 6880 has been marked as a duplicate of this bug. ***
The original stable commit was against ocs-archive-2_2 and wasn't ported to ocs-stable-2_3 when the latter was created.