Skip to content

Commit 8038717

Browse files
author
Athanasios
authored
Fix error with the WYSIWYG and Greek characters
This commit aims to be a fix to the error with the WYSIWYG editor (TinyMCE) that not store properly non latin character (i.e. Greek letters). Solution comes from http://stackoverflow.com/questions/33043516/magento-greek-characters-as-html-entities
1 parent 6ee307f commit 8038717

File tree

1 file changed

+1
-0
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ define([
7878
}
7979

8080
var settings = {
81+
entity_encoding: 'raw',
8182
mode: (mode != undefined ? mode : 'none'),
8283
elements: this.id,
8384
theme: 'advanced',

0 commit comments

Comments
 (0)