Message 155143 - Python tracker
I introduced the arbitrary limit when I added support of the curses Unicode API (libncursesw). The limit is useless if libncursesw is used, whereas it blocks legal "characters" like KEY_xxx constants. So I just removed the check and it should not be ok. The real issue is that Python curses is not linked to libncursesw on Mac OS X!