sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23651
Re: [Question #98854]: special character ñ
Question #98854 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/98854
RaiMan proposed the following answer:
@Laurent
I can reproduce this problem in my german locale.
But this solves it:
paste(unicode("éléphant\n", "utf8"))
with version 1.0.1 there is a shortcut available: unicd(some_string)
paste(unicd("éléphant\n"))
I will make this a bug about paste, since this should be solved more generally.
Thanks for finding.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.