runing slrn in a utf8-terminal
LANG=en_GB.iso88591 luit -encoding ISO-8859-1 slrn -h news.individual.de
Using perl to print utf8-chars
chris@bishop:~$ perl -C -e 'print pack("U",0x20ac)."\n"'
€
running xterm in utf8-mode, big font
- xterm -fn '-Misc-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO10646-1' -u8
links
- http://www.cl.cam.ac.uk/~mgk25/unicode.html – great unicode/utf8 overview
- http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html – Unicode fonts and tools for X11
- http://www.jw-stumpel.nl/stestu.html – utf8 input and printing under X11
- http://wiki.grml.org/doku.php?id=utf8 – utf8 on grml and debian