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