trichview.support
Re: How to change the exported rtf charset? |
Author |
Message |
Sergey Tkachenko |
Posted: 04/21/2005 19:16:54 Yes, if you uncomment the line ConvertFromUnicode(rvrh.RichView, SHIFTJIS_CHARSET); the text is converted to ANSI. Moreover, you can simply change the line rvrh.RichView.RTFReadProperties.UnicodeMode := rvruMixed; to rvrh.RichView.RTFReadProperties.UnicodeMode := rvruNoUnicode, and RTF will be loaded as ANSI. I am afraid I cannot help you here. Please contact the LLPDFLib authors and ask them how to export Chinese/Japanese text using their library > I have tested the code below but when I try to export the file to rtf again > using reporthelper.richview.savertf, the content stll can be readable. Does > that mean it is still in unicode? |
Powered by ABC Amber Outlook Express Converter