trichview.support
Re: RvHTMLImporter |
Author |
Message |
Sergey Tkachenko |
Posted: 03/31/2004 19:47:39 RichViewActions use RTF unicode settings for importing HTML. If you set RichViewEdit.RTFReadProperties.UnicodeMode = rvruOnlyUnicode, they automatically convert the imported text to Unicode. The point is: if UnicodeMode = rvruOnlyUnicode, it's assumed that you want to have only Unicode text in editor. RichViewActions use temporal invisible TRichView when importing HTML. They load HTML into it, then convert it to Unicode (if necessary). After that they insert the result in the target editor. The conversion occurs after import. If some Unicode characters are lost on importing, they cannot be restored here. > Hello, > > RvHTMLImporter does not support Unicote text. I have found procedure in > newsgroup which will need to use to convert text to Unicode text. My > question is when I need to apply this procedure. I don't see any proper > event in rvHTMLImported for that? > > > > p.s. I am using Paste and InsertFile Actions. rvHTMLImported is assigned to > RVAControlPanel. > > -- > Jon > > |
Powered by ABC Amber Outlook Express Converter