diff options
author | Marcin Łabanowski <marcin@6irc.net> | 2012-12-15 09:39:12 +0100 |
---|---|---|
committer | Marcin Łabanowski <marcin@6irc.net> | 2012-12-15 09:39:12 +0100 |
commit | 05341828b53c9a9e00356de11d5e87c54f7cadb9 (patch) | |
tree | 185caa6600a0bfd27532aa688b9cd9fdee068be1 /language/anope.nl_NL.po | |
parent | 280ba89b267474f7baa323d8578e389cfb2bfff3 (diff) |
Convert the language files to utf-8 encoding.
The files have been converted using the following script:
for i in *.po; do
cat $i | grep charset | cut -d= -f2 | cut -d\\ -f1 > charset
echo Converting $i from `cat charset` to UTF-8
iconv -f `cat charset` -t UTF-8 < $i | sed "s/`cat charset`/UTF-8/g" > $i~
mv -f $i~ $i
rm -f charset
done
Diffstat (limited to 'language/anope.nl_NL.po')
-rw-r--r-- | language/anope.nl_NL.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/anope.nl_NL.po b/language/anope.nl_NL.po index 3e865da03..bc2bbdf6b 100644 --- a/language/anope.nl_NL.po +++ b/language/anope.nl_NL.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Dutch\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" |