Issue2348

classification
Title: site module does not import if usernames contain non-ascii characters
Type: Severity: normal
Components: Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: java.lang.IllegalArgumentException while startup jython on Windows 8.1 with current username is not ASCII characters
View: 2356
Assigned To: Nosy List: fwierzbicki, jeff.allen, zyasoft
Priority: Keywords:

Created on 2015-05-03.03:19:10 by fwierzbicki, last changed 2018-03-14.23:09:27 by jeff.allen.

Messages
msg9994 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2015-05-03.03:19:09
Based on https://github.com/RaiMan/SikuliX-2014/issues/131 using Jython 2.7rc3 which is the same as 2.7.0 final
msg10035 (view) Author: Jim Baker (zyasoft) Date: 2015-05-07.17:16:33
One possible workaround is to not import the site module by using -S.

Should be easy enough to build a test environment for Windows. May not be an issue on Unix-like systems, worth investigating past this http://unix.stackexchange.com/questions/21013/does-character-%C3%A4-in-usernames-cause-bugs-in-linux-systems
msg11804 (view) Author: Jeff Allen (jeff.allen) Date: 2018-03-14.23:09:26
We fixed this under #2356 and #1839 (sorry to have duplicated).
History
Date User Action Args
2018-03-14 23:09:27jeff.allensetstatus: open -> closed
superseder: java.lang.IllegalArgumentException while startup jython on Windows 8.1 with current username is not ASCII characters
resolution: duplicate
messages: + msg11804
nosy: + jeff.allen
2015-05-07 17:16:33zyasoftsetnosy: + zyasoft
messages: + msg10035
title: UnicodeEncodeError on Windows for "ΓΈ" -> site module does not import if usernames contain non-ascii characters
2015-05-03 03:19:10fwierzbickicreate