--- builds_bin/update_templates 2010/03/04 18:16:04 1.13 +++ builds_bin/update_templates 2010/04/08 20:03:57 1.14 @@ -93,7 +93,7 @@ for lang in $(ls -I templates /var/lib/p do # Create compendium to assist translations msgcat --use-first <(msgcat $(find /var/lib/pootle/tmp/errors/*/$lang/ -name '*.po') | msgattrib --translated --no-fuzzy) \ - <(msgcat $(find /var/lib/pootle/po/*/$lang/ -name '*.po') | msgattrib --translated --no-fuzzy) \ + <(msgcat --to-code UTF-8 $(find /var/lib/pootle/po/*/$lang/ -name '*.po') | msgattrib --translated --no-fuzzy) \ > /var/lib/pootle/tmp/compendium-$lang.po # Use compendium to migrate each project to new template