This is a migrated thread and some comments may be shown as answers.

Cut and Paste from Word loose characters

2 Answers 69 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andre Beauchamp
Top achievements
Rank 1
Andre Beauchamp asked on 10 Sep 2013, 12:24 PM
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

2 Answers, 1 is accepted

Sort by
0
Claude
Top achievements
Rank 1
answered on 10 Sep 2013, 01:59 PM
Hi, I'm working on this problem with André Beauchamp. Here is some new info on the problem.

We tested the apostrophe on different browsers. On Chrome, Firefox and Safari, Kendo Editor convert the apostrophe to it's HTML equivalent ( ’ ). This is ther desired behavior. On IE8 and IE9, it doesn't convert it. So, instead of receiving an ASCII compatible string, we receive a string with an Unicode character in the middle of it.

0
Dimo
Telerik team
answered on 12 Sep 2013, 07:54 AM
Hello,

Thank you for your feedback. I have logged this issue for further research and will follow you up as soon as I have more information.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Editor
Asked by
Andre Beauchamp
Top achievements
Rank 1
Answers by
Claude
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or