]> git.openstreetmap.org Git - rails.git/commit
Some of these files were in ISO-8859-1, no idea how that happened.
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 23 Sep 2009 18:14:30 +0000 (18:14 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 23 Sep 2009 18:14:30 +0000 (18:14 +0000)
commite7d7f35120d945bf1e12de6ed8e8e98968ca05f9
tree66aeb029060a0e0523b684b1e2cef1afb6063822
parent65fec5d38ae459fe610df0d62c83d739896c689a
Some of these files were in ISO-8859-1, no idea how that happened.

Fixed with:

{{{
for i in $(file *|grep ISO|awk '{print $1}'|sed s/://); do cat $i | iconv -f iso-8859-1 -t utf-8 > $i.utf8;done
for i in *yml; do mv $i.utf8 $i; done
}}}
12 files changed:
config/potlatch/locales/br.yml
config/potlatch/locales/da.yml
config/potlatch/locales/de.yml
config/potlatch/locales/en.yml
config/potlatch/locales/es.yml
config/potlatch/locales/fi.yml
config/potlatch/locales/fr.yml
config/potlatch/locales/is.yml
config/potlatch/locales/it.yml
config/potlatch/locales/no.yml
config/potlatch/locales/pt-BR.yml
config/potlatch/locales/sv.yml