commit | e3b47152a481313081621b46381384d18d0419e8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Dec 09 20:49:49 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Dec 09 20:49:49 2011 +0100 |
tree | fe32c783377a494715e0b1ebf188548f9bc09adc | |
parent | db6238964d534a160f2b2d8b2b61e19a3d3dee47 [diff] |
Write tests for invalid characters (U+00110000) Test the following functions: * codecs.raw_unicode_escape_decode() * PyUnicode_FromWideChar() * PyUnicode_FromUnicode() * "unicode_internal" and "unicode_escape" decoders