← Back to team overview

sikuli-driver team mailing list archive

[Bug 795408] Re: X-1.0rc2: inconsistent handling of unicode specifications

 

This looks like not a Sikuli's bug.
How did you do these tests?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/795408

Title:
  X-1.0rc2: inconsistent handling of unicode specifications

Status in Sikuli:
  New

Bug description:
  works: paste("te©st"); type(Key.ENTER)

  error: unicode character ignored: paste("test1"+u"\u00A9"+"trailer")

  works: print "©"

  Error: print u"\u00A9"
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/795408/+subscriptions


References