I have entered some UNICODE characters (japanese text, e.g. 山本和彦) into the TRichView control.
When i copy some snippets with japanese text from TRichView into the clipboard (ctrl+insert) and then paste it into another UNICODE-able editor, I only get some boring ???? (questionmarks). No unicode is copied.
What am I doing wrong?
Copy & Paste UNICODE text
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
To support Unicode completely, some changes must be made in values of properties, especially if you use Delphi version prior to 2009.
See http://www.trichview.com/forums/viewtopic.php?t=70
See http://www.trichview.com/forums/viewtopic.php?t=70
Doesn´t work
Hi,
I have checked the TRichView settings regarding to your link.
TRichViewEdit properties:
- RTFReadProperties:
CharSetForUnicode = DEFAULT_CHARSET
UnicodeMode = rvruOnlyUnicode
UseCharSetForUnicode = true
- TextStyles[0]:
CharSet = DEFAULT_CHARSET
Unicode = true
TRichView does already support UNICODE strings (e.g. chinese text).
If you copy chinese text inside the TRichview control from one position to another , it works.
But if you copy these chinese characters from TRichView to another UNICODE editor then only ?????? appears.
I have checked the TRichView settings regarding to your link.
TRichViewEdit properties:
- RTFReadProperties:
CharSetForUnicode = DEFAULT_CHARSET
UnicodeMode = rvruOnlyUnicode
UseCharSetForUnicode = true
- TextStyles[0]:
CharSet = DEFAULT_CHARSET
Unicode = true
TRichView does already support UNICODE strings (e.g. chinese text).
If you copy chinese text inside the TRichview control from one position to another , it works.
But if you copy these chinese characters from TRichView to another UNICODE editor then only ?????? appears.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: