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:13:44 +0000 (01:13 +0200)
commit5a3ce86e21715a683ff0d32421ed5c6d5e84234d
treebb58163f8ed5d6013590966071af26f2332623e1
parent8a1dbda755f7fa4dc3e9637b95ea2df04f0c7e4f
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>
(cherry picked from commit f608b4064d58ca4dfdfdfc921308b51cb96205e2)
util/toutf8.sh [new file with mode: 0644]