Skip to content
Snippets Groups Projects
Commit d0e3244c authored by Anders Kostending's avatar Anders Kostending Committed by Christian Kuhn
Browse files

[BUGFIX] Do not convert special characters to entities in CKEDITOR

Using these configurations æ, ø and å will be
stored the same ways as with RTE HTMLArea.

Resolves: #80032
Releases: master
Related: #79756
Change-Id: Iddf85b3bcde0587361cfc5d2bd09917da04fcb5e
Reviewed-on: https://review.typo3.org/51910


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent a1abb8db
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,6 @@ editor:
toolbar: "Basic"
uiColor: "#F8F8F8"
removeDialogTabs: "image:advanced;link:advanced"
# Ensure that special characters are not converted to HTML entities
entities_latin: false
entities: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment