qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/5] curses: add option to specify VGA font enco


From: Samuel Thibault
Subject: Re: [Qemu-devel] [PATCH 4/5] curses: add option to specify VGA font encoding
Date: Wed, 26 Oct 2016 01:16:32 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Hello,

It seems that in the flurry of qemu-devel mails, I missed this answer.

Paolo Bonzini wrote:
> > +#ifdef CONFIG_ICONV
> > +    if (font_charset) {
> > +        unsigned char ch;
> > +        wchar_t wch;
> > +        char *pch, *pwch;
> > +        size_t sch, swch;
> > +        iconv_t conv;
> > +
> > +        conv = iconv_open("WCHAR_T", font_charset);
> 
> Is this portable?

I confirm it works on at least glibc (thus Linux and other GNUs), MacOS,
OpenBSD, FreeBSD, Windows mingw.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]