Hello, This is a respin of the output part of curses wide output.
- curses has been made to now depend on iconv - this allowed to just always use iconv, including to convert from the default CP437 encoding. - this also avoids the problematic usage of L'\uxxxx'. Samuel Thibault (2): iconv: detect and make curses depend on it curses: add option to specify VGA font encoding configure | 45 ++++++- hw/display/vga.c | 4 +- include/sysemu/sysemu.h | 1 + include/ui/console.h | 16 ++- qemu-options.hx | 5 +- ui/curses.c | 304 ++++++++++++++++++++++++++++++++++++++++-------- vl.c | 23 +++- 7 files changed, 340 insertions(+), 58 deletions(-) -- 2.10.1