Home » U++ Library support » RichText,QTF,RTF... » EditString: Paste from clipboard - charset problem
EditString: Paste from clipboard - charset problem [message #1756] |
Fri, 17 March 2006 23:49 |
zsolt
Messages: 698 Registered: December 2005 Location: Budapest, Hungary
|
Contributor |
|
|
I'm not sure if this is the correct fix inbool EditField::Key(dword key, int rep) function:
case K_CTRL_V:
case K_SHIFT_INSERT:
//Insert(ReadClipboardText().ToWString());
Insert(ReadClipboardUnicodeText());
Action();
return true;
The original line is the commented one.
|
|
|
|
Goto Forum:
Current Time: Thu Oct 31 23:49:59 CET 2024
Total time taken to generate the page: 0.02715 seconds
|