]> granicus.if.org Git - python/commit
Issue #12567: The curses module uses Unicode functions for Unicode arguments
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 21:10:02 +0000 (22:10 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 21:10:02 +0000 (22:10 +0100)
commit0fdfceb782424dcddca848357736f24ef40c91be
tree4accbe6422e2e28b0dc80d5b105c5da8f285bfcd
parentc24847658fb1e676391d3db1096219581cd2782c
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.
Doc/library/curses.rst
Doc/whatsnew/3.3.rst
Include/py_curses.h
Lib/test/test_curses.py
Misc/NEWS
Modules/_cursesmodule.c