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:52 +0000 (01:13 +0200)
commit13e742a4393a7353437926db03e09f23766311dc
tree5000115b17cc3a25389af4c5c99b7c857abb5ca2
parent2794dec7b21f4faf5095008d3dd9743f41cc19ad
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]