Question #201882 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/201882

    Status: Answered => Open

Alex Nilsson is still having a problem:
Thanks for the reply, but I still get strange results.

If I set fullName to "øåæ åøæ"
and grap it with:
fullName =  Env.getClipboard().strip().encode("utf-8")

and then:
print (fullName)
(name, surName) = fullName.split(" ",1)
print (name)
print (surName)

I get this:

øåæ åøæ
øåæ
åøæ


I run version r930 on win xp..

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to