When starting gpg on the cmd.com on windows the non-ascii output is garbled.
E.g. with Vista in German
Reproduced with Gpg4win 2.2.1.
gpg2 --version leads to
"
Home: C:/Users/Admin/AppData/Roaming/gnupg
Unterst³tzte Verfahren:
Íff. Schl³ssel: RSA, ELG, DSA, ?, ?"
Expected would be that the umlauts are displayed correctly, e.g.
"Unterstützte Verfahren:".
in OS Win XP (in case loc gr_EL)
the command line is completey useless.
https://wald.intevation.org/forum/forum.php?thread_id=1358&forum_id=21&group_id=11
A workaround to get at least English strings is to use the "LANG" environment
variable.
SET LANG=C
gpg2 --version