thank you.
legacy setting does'nt solve the problem.
reverted again to a previous version
Search found 2 matches
- Sat Dec 29, 2018 6:59 am
- Forum: Technical / Scripting
- Topic: PutClipboard and unicode characters
- Replies: 3
- Views: 4061
- Fri Dec 21, 2018 6:10 pm
- Forum: Technical / Scripting
- Topic: PutClipboard and unicode characters
- Replies: 3
- Views: 4061
PutClipboard and unicode characters
I use the PutClipboard command to paste Hebrew text into applications. In version 14.4.06 the following type of code worked fine (just an example I used to test the problem): let>testcode=שלום לכם PutClipBoard>%testcode% SetFocus>Untitled - Notepad wait>0.2 Press CTRL SendText>v Release CTRL I updat...