I'm trying to get Python's ncurses module to display extended ASCII characters, similar to those found here. I've written a little test program to try and output these characters, but I'm having ...
I've spent quite a bit of time digging into it, and I think what's happening is that I have some libraries installed from MacPorts, including ncurses, and when building Python, the configure scripts ...