Unknown: K programu ENCA, jsem nenašel žádnou dokumentaci jak ho použít.
Co se týče skriptu, není pro mě moc vhodný, soubor který budu konvertovat se bude často a razantně měnit.
Proto bych chtěl použít jenom nástroje GNU gettext utilities.
Našel jsem tuto informaci:
I found this information:
Note: It is your responsibility to ensure that the filter can cope with input encoded in the translation catalog's encoding. If the filter wants input in a particular encoding, you can in a first step convert the translation catalog to that encoding using the `msgconv´ program, before invoking `msgfilter´. If the filter wants input in the locale's encoding, but you want to avoid the locale's encoding, then you can first convert the translation catalog to UTF-8 using the `msgconv´ program and then make `msgfilter´ work in an UTF-8 locale, by using the LC_ALL environment variable.
Takže bych měl postupovat takhle:
"msgconv.exe -t UTF-8 -i X1.po -o X2.po"
"msgfilter.exe -i X2.po -o X3.pot true"
Problém je že nevím co je to"LC_ALL" a jak pomocí toto nastavit UTF-8 pro msgfilter.exe ve Windows.