Hi there,
It is possible to configure CKEditor not to encode special chars?
Everytime e execute setData("ç"), this is an example, and then getData() it returns "ç".
My motivation for this, is that SQL Server doesn't accept "ç" in a XML column.
Thanks,
c3f8
It is possible to configure CKEditor not to encode special chars?
Everytime e execute setData("ç"), this is an example, and then getData() it returns "ç".
My motivation for this, is that SQL Server doesn't accept "ç" in a XML column.
Thanks,
c3f8
Re: disable special chars encode
I also used tried to use
but the chars are not converted to numerical.
Re: disable special chars encode
I have the same problem, I
I have the same problem, I solved it by
but I would like to change this setting by
Like it is recomendet in manual. But it doesn't work.