Can you help me? How I can paste unicode text in TRichViewEdit?
I use your actions demo (for test).
1) Copy Unicode text (Hebrew or Thai or other)
I use special Unicode tools from (http://www.efg2.com/Lab/)
Screenshot: 060125_142746_unicode_copy_paste.gif
2) Paste to TRichViewEdit (Paste or Paste special/Paste as Unicode)
3) Results: ???????????? (all symbols)
If I paste Unicode text to MSWord, then copy and paste again into then TRichViewEdit - all works fine.
Paste Unicode text
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
If your TRichViewEdit's text is not Unicode, then
1) Set keyboard layout to the text language BEFORE the copying.
2) Set the proper Charset of the current text in RichViewEdit.
(It's not possible to paste text of multiple languages having different Charsets using this method)
Or use Unicode: http://www.trichview.com/forums/viewtopic.php?t=70 , it will solve these multilanguage problems.
1) Set keyboard layout to the text language BEFORE the copying.
2) Set the proper Charset of the current text in RichViewEdit.
(It's not possible to paste text of multiple languages having different Charsets using this method)
Or use Unicode: http://www.trichview.com/forums/viewtopic.php?t=70 , it will solve these multilanguage problems.
Unicode
Thanks, now it works
rvruOnlyUnicode- necessarily to set or not?
(RichViewEdit1.RTFReadProperties.UnicodeMode = rvruOnlyUnicode)
Can I use rvuMixed?
rvruOnlyUnicode- necessarily to set or not?
(RichViewEdit1.RTFReadProperties.UnicodeMode = rvruOnlyUnicode)
Can I use rvuMixed?
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: