Site Tools


Sidebar

snippets:utf8
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<<EOT
! Make it easier to grab URLs by double-clicking:
*.charClass:33:48,35:48,37:48,43:48,45-47:48,61:48,63:48,64:48,95:48,126:48,35:48,58:48
! XTerm*charClass:33:48,35-38:48,42-43:48,45-47:48,58:48,61:48,63-64:48,126:48
! Here is a test url:
! https://www.redhat.com
EOT
snippets/utf8.txt · Last modified: 2024/03/03 11:40 by chris