commit | e4a189274f3d88d64d5238bf340cec96eff4e5e0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 20:30:23 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 20:30:23 2010 +0000 |
tree | 5ead5f4f2fe3799a34155f2e41a04518adb995b1 | |
parent | ea99c5c94985c21d8a64c9a3d753bde7f801c14a [diff] |
Issue #9804: ascii() now always represents unicode surrogate pairs as a single `\UXXXXXXXX`, regardless of whether the character is printable or not. Also, the "backslashreplace" error handler now joins surrogate pairs into a single character on UCS-2 builds.