sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23656
Re: [Question #98854]: special character ñ
Question #98854 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/98854
Pacha95 proposed the following answer:
OK RaiMan, thanks for your tests.
I also made some complementary tests on windows and I find this :
paste(unicd("first line\n"))
paste(unicd("second line\n"))
paste(unicd("last line\n"))
gives :
first linesecond linelast line
but :
paste(unicd("first line\n "))
paste(unicd("second line\n "))
paste(unicd("last line\n "))
gives :
first line
second line
last line
It seems the "\n" is not taken into account on the first test.
I've added a space after "\n" in the second test and it's better but the space appears at the beginning of the next line...
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.