sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51436
[Bug 1824785] Re: [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()
thanks for finding.
** Changed in: sikuli
Status: Opinion => Fix Committed
** Changed in: sikuli
Importance: Undecided => Critical
** Summary changed:
- [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()
+ [1.1.4] IDE, Win, Python: not utf-8 in message-area by print() --- fixed 2019-04-15 build#283
--
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 Committed
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