Re: [PATCH] minikconf: explicitly set encoding to UTF-8

2020-06-17 Thread Stefan Hajnoczi
On Thu, May 21, 2020 at 04:36:16PM +0100, Stefan Hajnoczi wrote: > QEMU currently only has ASCII Kconfig files but Linux actually uses > UTF-8. Explicitly specify the encoding and that we're doing text file > I/O. > > It's unclear whether or not QEMU will ever need Unicode in its Kconfig > files.

Re: [PATCH] minikconf: explicitly set encoding to UTF-8

2020-05-21 Thread Richard Henderson
On 5/21/20 8:36 AM, Stefan Hajnoczi wrote: > QEMU currently only has ASCII Kconfig files but Linux actually uses > UTF-8. Explicitly specify the encoding and that we're doing text file > I/O. > > It's unclear whether or not QEMU will ever need Unicode in its Kconfig > files. If we start using the

[PATCH] minikconf: explicitly set encoding to UTF-8

2020-05-21 Thread Stefan Hajnoczi
QEMU currently only has ASCII Kconfig files but Linux actually uses UTF-8. Explicitly specify the encoding and that we're doing text file I/O. It's unclear whether or not QEMU will ever need Unicode in its Kconfig files. If we start using the help text then it will become an issue sooner or later.