RE: RichEdit and findText
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Nov 17, 2004
- 536 views
Derek Parnell wrote: > > I suggest that Jonas is not actually using Rich Edit 4.1. That version > seems to only support Unicode utf-16 encoding and thus win32lib > will need to cater for that. I've now got getSelectedText() and > findText() working for utf16 but I need to check out some other > routines as well. > Take a look at: MultiByteToWideChar WideCharToMultiByte I use them in unicode.ew included with EuCOM (COM uses all unicode strings). Matt Lewis