trichview.support
Re: how to support double character |
Author |
Message |
Sergey Tkachenko |
Posted: 07/01/2003 10:35:11 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. > > Now,RV doesnot support double character like chinese,japan character,how to > change it? |
Powered by ABC Amber Outlook Express Converter