commit | 0fdfceb782424dcddca848357736f24ef40c91be | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Nov 25 22:10:02 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Nov 25 22:10:02 2011 +0100 |
tree | 4accbe6422e2e28b0dc80d5b105c5da8f285bfcd | |
parent | c24847658fb1e676391d3db1096219581cd2782c [diff] |
Issue #12567: The curses module uses Unicode functions for Unicode arguments when it is linked to the ncurses library. It encodes also Unicode strings to the locale encoding instead of UTF-8.