Small script to re-encode files that need it to UTF-8
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jul 2015 14:50:16 +0000 (16:50 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jul 2015 23:10:01 +0000 (01:10 +0200)
commitf608b4064d58ca4dfdfdfc921308b51cb96205e2
tree310a006f58c74c77288a85fff996ff753ae48694
parenteeb97bce751296b2e04a92d00c0d0a792ba61834
Small script to re-encode files that need it to UTF-8

This requires 'iconv' and that 'file' can take the options '-b' and '-i'.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/toutf8.sh [new file with mode: 0644]