The Elearning Community • tinymce character encoding problem SOLVED
Page 1 of 1

tinymce character encoding problem SOLVED

Posted: Mon Jul 27, 2015 12:56 am
by murat
TinyMCE saving database İıÜüĞğŞşÇçÖö characters when you write İıÜüĞğŞşÇçÖö characters.

solution : You must change forma.js (addons/tiny_mce/forma.js)
and you can add entities code:

Code: Select all

tinyMCE.init({
	// General options
	entities : "Ü = Ü ü = ü Ç = Ç Ç = ç Ö = Ö ö = ö",

Re: tinymce character encoding problem SOLVED

Posted: Mon Jul 27, 2015 8:40 am
by alberto
Thanks for sharing this! :)

Re: tinymce character encoding problem SOLVED

Posted: Fri Jan 27, 2023 2:42 pm
by laeto
I´m with the same problem, I tryed the suggested solution "tinyMCE.init({
// General options
entities : "Ü = Ü ü = ü Ç = Ç Ç = ç Ö = Ö ö = ö","


but that didn't work.

This site uses cookies.

Some of the cookies we use are essential for parts of the site to operate and have already been set. We also use Google Analytics scripts, which all use cookies.
You may delete or block all cookies from this site in your browser options.