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 /src/language.cpp | |
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 'src/language.cpp')
0 files changed, 0 insertions, 0 deletions