Release: 1.4.1
Environment
Windows XP SP2, Windows 2000 SP4
Description
I used GnuPG frontend. My application get information from standard output in GnuPG. If I want to know available ciphers, my application call "gpg.exe --version". Then it search "Cipher: 3DES, ...".
If users install GnuPG in another language(e.g. Japanese), standard output of "gpg.exe --version" is "*: 3DES, ..."(* is another language). So, my applicaton can't get available ciphers and digest.
I wish GnuPG supports "--language" option, "--cipher-list" option, and "--digest-list" option.
How To Repeat
a1. Choose "ja - Japanese" in GnuPG Language Selection (Installer)
a2. Type "gpg.exe --version" at command line
b1. Choose "en - English" in GnuPG Language Selection (Installer)
b2. Type "gpg.exe --version" at command line
Fix
Unknown