• Victor Stinner's avatar
    Issue #8559: improve unicode support of (gdb) libpython.py · 150016fd
    Victor Stinner yazdı
     * 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)
    150016fd
test_gdb.py 27 KB