← Back to team overview

sikuli-driver team mailing list archive

[Bug 1824785] Re: [1.1.4] IDE, Win, Python: not utf-8 in message-area by print() --- fixed 2019-04-15 build#283

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

** Changed in: sikuli
    Milestone: 1.1.4 => 2.0.0

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

Title:
  [1.1.4] IDE, Win, Python:  not utf-8 in message-area by print() ---
  fixed 2019-04-15 build#283

Status in Sikuli:
  Fix Released

Bug description:
  1. Version - 1.1.4 Snapshot, builds: #281
  (works good with versions - 1.1.0-1.1.3).
  2. Windows 10 Ent 1803 64-bit, System Locale - Ru.

  3.1 Steps to reproduce:
  -Start IDE, create New Script.
  -Print("Тест") # (unicode symbols)
  -Run
  Result: In Message area:
  "Тест"  (incorrect transformation while CP1251 -> UTF-8).

  4. It's not a big problem, but it works correct by deafult in versions 1.1.0-1.1.3.
  (Print("Тест") - show in messega area "Тест"), the problem exists only in 1.1.4.
  Adding "#-*- coding: utf-8 -*-" at the beginning of the script doesn't change anything.

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


References