bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] GAWK for Windows does not work properly with UTF-8


From: Eli Zaretskii
Subject: Re: [bug-gawk] GAWK for Windows does not work properly with UTF-8
Date: Sat, 20 Feb 2016 10:57:12 +0200

> Date: Fri, 19 Feb 2016 18:46:30 -0500
> From: David Niklas <address@hidden>
> Cc: address@hidden
> 
> 3. You could google on how to change the windowz codepage to UTF-8.

This particular suggestion won't help to solve the problem at hand.
Windows doesn't support UTF-8 as the locale's codeset, so all the
library functions used to work with wchar_t "wide characters", such as
mbrtowc, wcslen, etc. will not change their behavior if the codepage
is switched to UTF-8.



reply via email to

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