Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Those. Do you think that this is enough to answer the question?
1) OS?
2) How do you download?
3) Where is the form?
4) What is the encoding of the copied text?
5) What is the form encoding?
PS - in principle, the encoding of the content in the clipboard is done only by overwriting this content. Those. take the contents, recode, write back.
Before copying to the clipboard, you need to set the layout (select language).
kbd := GetActiveKbdLayout;
SetKbdLayout( ENGLISH );
Clipboard.AsText := lboxLog.Items.Text;
SetKbdLayout( kbd );
I don't remember the details, it was a long time ago. author of the solution that helped me
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question