[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.

[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

[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.m