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
live spell check
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.