1

Topic: öäü should not change

Hi

The letter öäü in germen gives ä  ö  ü

normaly that is good, but now, I need the öäü in the Database. Where can I changs it so the code doesn't change it

Hallo

Die Umlaute werden umgesetzt, doch ich brauche sie als echt in der DB, wo finde ich die Einstellung?

Danke

2

Re: öäü should not change

entity_encoding : "raw"

Best regards,
Spocke - Main developer of TinyMCE

3

Re: öäü should not change

Thank you

in the File tiny_mce_src.js  they are:

Line 3302
    encode = tinymce.html.Entities.getEncodeFunc(settings.entity_encoding || 'raw', settings.entities);

Line 8321
settings.entity_encoding = settings.entity_encoding || 'named';

Line 8321
    settings.entity_encoding = settings.entity_encoding || 'named';


Line 11286

entity_encoding : 'named',


I changed them and it istill the same, sorry it look so good your help

4

Re: öäü should not change

You don't need to change the source code. Just change the init function.
http://fiddle.tinymce.com/

5

Re: öäü should not change

thank you very much now it works