trichview.support
Re: demo has a bug |
Author |
Message |
Sergey Tkachenko |
Posted: 07/03/2003 8:41:28 Demo does not support Chinese characters. Double byte characters are supported as Unicode. How to set up RichViewEdit for Unicode: 1) In all items of TRVStyle.TextStyles collection, set Unicode properties to True 2) Set TRichViewEdit.RTFReadProperties.UnicodeMode to OnlyUnicode. 3) For each RichView method for adding/retrieving text, see in the help file how it works with Unicode. Do not use methods that add text "as is" (for example, do not use AddNL, use AddNLATag or AddNLWTag). You can still import and export DBCS text. Most of methods perform conversion DBCS <-> Unicode automatically, if necessary. > > chinese double byte! > > |
Powered by ABC Amber Outlook Express Converter