Julian Foad <julian.f...@wandisco.com> writes: > How can I easily test this in my Ubuntu UTF-8 environment?
I think you can do it in an 8-bit non-utf8 locale: $ sudo dpkg-reconfigure locales # select en_GB.8859-15 $ LANG=en_GB.8859-15 ./executable -- Philip