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:
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