commit | 449057f2fabb417c1bc553e9fc67425b5d24affb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Sep 29 10:30:43 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Sep 29 10:30:43 2010 +0000 |
tree | eda316277064c7ea6b89509a16a42919115e2b79 | |
parent | 255dfdb5ce5b93240a1edd724e1c7a479862ef7d [diff] |
Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() It simplifies the code and prepare the surrogates support.