Drops for Hungarian (hu-HU) are produced in charset ISO-8859-2
Open
- Dominant language
- Java
- Stars
- 385
- Forks
- 72
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 6
Description
Hi there, it seems that when you have a project that requires translation to Hungarian (hu-HU), then the xliff file that is produced during a drop is encoded with ISO-8859-2. While that is the correct charset for Easter European languages, what happens is that the translator translates it with the same charset, then delivers it back to us, and then importing the drop fails because import requires that all files are encoded in UTF-8.
Is there any sort of configuration that we can specify to mojito what charset to produce the drop with? Ideally, I'd like all drops to be encoded in UTF-8 for all languages.
Contributor guide
Assessment
This issue has not been assessed yet.