Hi all !
How can I insert a UTF symbol (虏 or 鲁) in richedit ?
FWH 1806
Hi all !
How can I insert a UTF symbol (虏 or 鲁) in richedit ?
FWH 1806
Try with ALT + 252 or ALT + 253 ( ascii codes )
No, so I can't insert unicode symbols
For example? Which character and which unicode code does it have?
You can also try with
MENUITEM "Character Map" ACTION WaitRun ("Charmap" + ".exe")
You can use a clipboard, but I don't know how to buffer the unicode symbol. :SetText(HB_UTF8CHR(178) ) - gives an error
I do not understand your problem well and why you can not use ALT + <code>, please explain better.
To insert a character in a text, you can use oRTF: InsertRTF (cText)