Description of problem: Some existing projects have po files that are not in utf8 encoding. e.g. ja.po in GNU Tar 1.26 is in EUC-JP Version-Release number of selected component (if applicable): org.zanata:zanata-maven-plugin:3.1.2 How reproducible: Always Steps to Reproduce: 1. Create project and version for gnu tar 2. mvn -e zanata:push 3. mvn -e zanata:push -Dzanata.pushType=trans -Dzanata.locales=ja Actual results: [ERROR] . unsupported charset in Content-Type: text/plain; charset=EUC-JP [ERROR] -> [Help 1] Expected results: push successfully Additional info:
List of possible encoding generate by msginit default: ASCII BIG5 BIG5-HKSCS CP1251 CP1255 EUC-JP EUC-KR GB2312 GEORGIAN-PS ISO-8859-1 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-5 ISO-8859-6 ISO-8859-7 ISO-8859-8 ISO-8859-9 KOI8-T KOI8-U TIS-620 UTF-8
Reassigned to PM
Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-221