Re: [Qemu-devel] [PATCH] vl: set LC_MESSAGES and LC_CTYPE in main for all code

2019-04-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190415113431.12060-1-berra...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH] vl: set LC_MESSAGES and LC_CTYPE in main for all code

2019-04-15 Thread Philippe Mathieu-Daudé
On 4/15/19 1:34 PM, Daniel P. Berrangé wrote: > Localization is not a feature whose impact is limited to the UI > frontends. Other parts of QEMU rely in localization. In particular the > USB MTP driver needs to be able to convert filenames from the locale > specified character set into UTF-16 /

Re: [Qemu-devel] [PATCH] vl: set LC_MESSAGES and LC_CTYPE in main for all code

2019-04-15 Thread Samuel Thibault
Daniel P. Berrangé, le lun. 15 avril 2019 12:34:31 +0100, a ecrit: > Hardcoding LC_CTYPE to C.UTF-8 is a partial regression vs the above > curses commit, since it will break the curses wide character handling > for non-UTF-8 locales but this is unavoidable until QEMU is cleaned up > to cope with

[Qemu-devel] [PATCH] vl: set LC_MESSAGES and LC_CTYPE in main for all code

2019-04-15 Thread Daniel P . Berrangé
Localization is not a feature whose impact is limited to the UI frontends. Other parts of QEMU rely in localization. In particular the USB MTP driver needs to be able to convert filenames from the locale specified character set into UTF-16 / UCS-2 encoded wide characters. setlocale() is only set