commit | 6f80f5d4446f06d15274ad519cae6929a3565cc0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 23 19:55:21 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 23 19:55:21 2012 +0200 |
tree | 652d58b6404e41887d2acbe1fe538d3eb05267a1 | |
parent | 20b8d992b008672d52a84c8d35992033ccfc9d84 [diff] |
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). Patch by Serhiy Storchaka.