Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-26 Thread Samuel Thibault
Gerd Hoffmann, on Wed 26 Oct 2016 14:40:26 +0200, wrote: > > > Given how close the freeze deadline is now I'm tempted to cherry-pick > > > patches 0-3 and prepare a pull request ASAP. > > > > You mean patches 1-3? Patch 5 would be very useful too to fix typing > > accented > > letters, and it doe

Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-26 Thread Gerd Hoffmann
Hi, > > Given how close the freeze deadline is now I'm tempted to cherry-pick > > patches 0-3 and prepare a pull request ASAP. > > You mean patches 1-3? Patch 5 would be very useful too to fix typing accented > letters, and it doesn't depend on patch 4. Hmm, seems #5 needs a rebase, doesn't ap

Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-26 Thread Gerd Hoffmann
Hi, > > /me wonders whenever we should do the same with iconv. It's part of the > > POSIX.1-2001 specs, and we have 2016 now. Do we *really* need configure > > checks and #ifdefs for it? > > I would only say that libiconv is not always installed by default on BSD > systems for instance. Hmm,

Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-26 Thread Samuel Thibault
Hello, Gerd Hoffmann, on Wed 26 Oct 2016 12:05:55 +0200, wrote: > Back online now after being sick for a while. Oh, sorry about that, hoping you're fine. > > Samuel Thibault, on Sat 15 Oct 2016 21:53:03 +0200, wrote: > > > This patch series adds wide character support to the curses frontend of

Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-26 Thread Gerd Hoffmann
On Mi, 2016-10-26 at 00:26 +0200, Samuel Thibault wrote: > Hello, > > Ping? Back online now after being sick for a while. Sorry for the delay. > Samuel Thibault, on Sat 15 Oct 2016 21:53:03 +0200, wrote: > > This patch series adds wide character support to the curses frontend of > > qemu, > > t

Re: [Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-25 Thread Samuel Thibault
Hello, Ping? Samuel Thibault, on Sat 15 Oct 2016 21:53:03 +0200, wrote: > This patch series adds wide character support to the curses frontend of qemu, > thus allowing to fix a lot of input and output issues with e.g. accented > letters > and semi-graphic glyphs. Since qemu can't know the encodi

[Qemu-devel] [PATCH 0/5] curses: wide character support

2016-10-15 Thread Samuel Thibault
Hello, This patch series adds wide character support to the curses frontend of qemu, thus allowing to fix a lot of input and output issues with e.g. accented letters and semi-graphic glyphs. Since qemu can't know the encoding of the VGA font, the user has to specify it (just like he has to specify

[Qemu-devel] [PATCH 0/5] curses: wide character support

2016-06-22 Thread Samuel Thibault
Hello, This patch series adds wide character support to the curses frontend of qemu, thus allowing to fix a lot of input and output issues with e.g. accented letters and semi-graphic glyphs. Since qemu can't know the encoding of the VGA font, the user has to specify it (just like he has to specify