I'm using a french version of Word, and when we write a text with an aposthrophe, Word won't use the real aphostrophe. There is two apostrophe in Word, here is the two samples :
This the wrong apostrophe :
L’Aventure
This is the right one :
L'aventure
Since our datebase is ASCII, Kendo editor will remove the first apostrophe, and replace it with a blank.
We will l have to escape / Unescape the text, and replace the wrong aposthrophe with thew right one.
I was wondering if the a better way around built in Kendo Editor.
The wrong aposthophe is a Unicode character, but the surely more other that will be removed.
Thanks
This the wrong apostrophe :
L’Aventure
This is the right one :
L'aventure
Since our datebase is ASCII, Kendo editor will remove the first apostrophe, and replace it with a blank.
We will l have to escape / Unescape the text, and replace the wrong aposthrophe with thew right one.
I was wondering if the a better way around built in Kendo Editor.
The wrong aposthophe is a Unicode character, but the surely more other that will be removed.
Thanks