i'm writing an app that is using lots of encodings in and out.
so... i prefer to use utf8.
i'm on pdaXrom, with TTF fonts under Xterm, so there's not much trouble for me,
but
1. how does UTF8 output seen on cacko sharp ? e.g. with the "unifont" font.
2. how do i detect the UTF/unicode/encoding of the terminal?
so far i did something like
sys.stdout.encode
but it gave me cryptic "ANSI_X3.4-1968",
both on non-TTF and TTF virtual terminals :-(
also, i'd like it to work on non virtual terminal but that's something completely different.