Home GnuPG
Diffusion GnuPG 90aadf69f730

common,w32: Allow Unicode input and output with the console.

Description

common,w32: Allow Unicode input and output with the console.

* common/ttyio.c (do_get) [W32]: Use ReadConsoleW.
(w32_write_console): New.
(tty_printf, tty_fprintf) [W32]: Use new function.

Note that due this change fixed stings (i.e. gettext translations)
printed to the console will not be rendered correctly unless "chcp
65001" has been used. This needs to be fixed by followup patch.

(cherry picked from commit f165c8a737cc968554c9d78932c69869456108ff)