More UTF-8
Hmm, it looks like it's a lot of applications that are going
to need some help along the line.
- vim: :set encoding=utf8
- less: export LESSCHARSET=utf-8
Converting files from one encoding to another is easily done
with iconv:
iconv -f iso-8859-1 -t utf-8 file > file.out
Right, I can now move the entire Web site to UTF-8 then.