Clipboard Characters Lost
Posted: Thu Nov 24, 2016 4:37 am
I am attempting to capture clipboard text from PDF viewer text copies(cntrl c). However sometimes certain characters like ff,ffi and f end up being replaced by a "?" in the string after clipboard capture.
Cannot figure out why this is happening. If I paste to notepad the text is fine.
Would greatly appreciate any help.
John
Cannot figure out why this is happening. If I paste to notepad the text is fine.
Code: Select all
ClipData= GetClipboardText()
Debug "clipdata: "+clipdata
John