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

DiffEngine

1 Answer 109 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Barbara
Top achievements
Rank 1
Barbara asked on 09 Sep 2008, 03:33 PM
Hello,
I use the DiffEngine to search for differences between the content of the editor and the previous content that is saved earlier in the database. The problem is that the DiffEngine indicates differences when characters as •, ë, ï are used.

I use it like this:

Dim diff As DiffEngine
diff =
New DiffEngine()
Dim diffstr, temp As String
diffstr = diff.GetDiffs(myRadEditor.Content, ...a Database field....)

The database is SQL server, the field is nvarchar(max)

Kind regards,
Barbara

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Sep 2008, 10:45 AM
Hi Barbara,

Could you please, open a support ticket and send us a file with sample content and if possible a small demo project demonstrating the problem? We will examine it and try to provide a solution once we reproduce the problem.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Barbara
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or