sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32097
Re: [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??
Question #265776 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265776
Status: Open => Solved
eduardobedoya confirmed that the question is solved:
solved using this...
s= u'£10'
s.encode('utf8')
I know its said taht the "u" is purely used to let you know it's a unicode string in the representation, that it will not affect the string itself.
But I could not leave it as unicode string because the reason explained above.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.