GPG2 normally supports regional linguistic settings.
Solution proposed in a first step into #25 was to fix it to English with LANG=C but it would be better to also allow internationalized output messages of gpg2.exe.
One issue is with the charset (note that even gpg2.exe alone in a cmd.exe seems to output the wrong charset)
Another issue is to make the plugin resilient to variations of the gpg2 output messages, e.g. the current grep on "aka [jpeg image]" will break.
This issue is depending on completion of #25
GPG2 normally supports regional linguistic settings. Solution proposed in a first step into #25 was to fix it to English with LANG=C but it would be better to also allow internationalized output messages of gpg2.exe. One issue is with the charset (note that even gpg2.exe alone in a cmd.exe seems to output the wrong charset) Another issue is to make the plugin resilient to variations of the gpg2 output messages, e.g. the current grep on "aka [jpeg image]" will break.