live spell check

General TRichView support forum. Please post your questions here
Post Reply
cychia
Posts: 104
Joined: Mon Jan 16, 2006 1:52 am

live spell check

Post by cychia »

I have just found a problem with live spell checking.

You may reproduce it in RVAddictParser demo.

1. run the demo
2. run MS Word, and type in in words like didn't shouldn't
3. then copy those words from MS Word and paste into the demo
4. you will see the live spell check underline "didn" "shouldn" as incorrect word.


Thanks
cychia
Posts: 104
Joined: Mon Jan 16, 2006 1:52 am

Post by cychia »

no help yet?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

There are two reasons for this
1) TRichView has special processing for '''' character (#39), but does not have it for '’' character (#146). It will be fixed in the next update.
1) If rv.RTFReadProperties.UnicodeMode = Mixed, 'didn' and 't' are inserted as ANSI text, '’' is inserted as Unicode text. The current version of TRichView cannot check 3 items as one word. It cannot be fixed in near future, use NoUnicode or OnlyUnicode RTF import modes.
Post Reply