June 27th, 2007
spaghetti
I am, in a weird way, quite proud of this hideous abomination:
pushd doc
# italian is already unicode, leave it out.
for i in es hu pl ru sr; do pushd $i; \
# this is ugly, but assume same encoding as .po file for each language.
iconv –from-code=`grep charset= ../../po/$i.po | cut -c36- | head -c-4 | tr [...]