[issue37533] Possible Unicode handling issue in python.

2019-07-09 Thread Zachary Ware


Change by Zachary Ware :


--
nosy: +brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37533] Possible Unicode handling issue in python.

2019-07-09 Thread Zachary Ware


Zachary Ware  added the comment:

That issue shows a traceback from Python 2.7, which handles Unicode 
significantly differently than (read "not as well as") Python 3.  If the issue 
can be boiled down to a few lines of Python code that show a real problem in 
Python 3's Unicode handling (rather than in Tribler or PyQT) please reopen, but 
for now I see no indication that this is a problem in Python 3.  The chances of 
changing Python 2's Unicode handling in any meaningful way at this point in its 
lifecycle are nearly nil.

--
components: +Unicode
nosy: +zach.ware -brett.cannon
resolution:  -> third party
stage:  -> resolved
status:  -> closed
type: compile error -> behavior
versions: +Python 2.7 -Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37533] Possible Unicode handling issue in python.

2019-07-09 Thread mike lojkovic


New submission from mike lojkovic :

Encode error on character '\u2193' was suggested by a tribler developer might 
indicate a problem with python's handling of unicdoe in specific cases.

https://github.com/Tribler/tribler/issues/4666

--
components: Unicode
messages: 347578
nosy: ezio.melotti, mike lojkovic, vstinner
priority: normal
severity: normal
status: open
title: Possible Unicode  handling issue in python.
type: compile error
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com