sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32098
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
eduardobedoya posted a new comment:
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, that unicode strings work exactly as normal strings. But this is not the case in Sikuli xD
I could not leave it as unicode string because of the reason explained above.
There is an special python manual for Sikuli purposes xD
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.