diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-19 23:04:56 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-19 23:04:56 (GMT) |
commit | 150016fd2433231d59a6ee38e46849bd0a57a3b8 (patch) | |
tree | 4635040a51fa87bf84c144d8ea0ec5ce0ec2024e /Python/sysmodule.c | |
parent | 06710a84217092cba587310690d350ef5d974002 (diff) | |
download | cpython-150016fd2433231d59a6ee38e46849bd0a57a3b8.zip cpython-150016fd2433231d59a6ee38e46849bd0a57a3b8.tar.gz cpython-150016fd2433231d59a6ee38e46849bd0a57a3b8.tar.bz2 |
Issue #8559: improve unicode support of (gdb) libpython.py
* Escape non printable characters (use locale.getpreferredencoding())
* Fix support of surrogate pairs
* test_gdb.py: use ascii() instead of repr() in gdb program arguments to avoid
encoding issues
* Fix test_strings() of test_gdb.py for encoding different than UTF-8
(eg. ACSII)
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions