trichview.support
Re: How to change the exported rtf charset? |
Author |
Message |
Sergey Tkachenko |
Posted: 04/16/2005 16:14:34 Hmm. Changing charsets in TRichView documents has the following effect: 1) If text is not Unicode, the displayed text will be changed. For example, if you have Russian text with RUSSIAN_CHARSET and change the charset to ANSI_CHARSET, you'll have meaningless set of Western characters and graphic symbolds instead of Russian text. Of course, if the original text of RUSSIAN_CHARSET has only English characters (i.e. all character codes <128), nothing will be changed. 2) If text is Unicode, nothing will be changed in display. Unicode text drawing and processing functions do not use charset. TRichView uses this charset only to determine a language of text when converting to to non-Unicode. |
Powered by ABC Amber Outlook Express Converter