== 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 %% == having xterm pick up urls by mouse doubleclick == cat >>~/.Xresources< == links == * https://www.cl.cam.ac.uk/~mgk25/unicode.html -- great unicode/utf8 overview * https://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html -- Unicode fonts and tools for X11