NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/58619: nawk 2024-08-17 broken and incompatible for non-UTF-8 and non-C locales
The following reply was made to PR bin/58619; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/58619: nawk 2024-08-17 broken and incompatible for non-UTF-8
and non-C locales
Date: Tue, 20 Aug 2024 11:00:01 +0000 (UTC)
On Tue, 20 Aug 2024, gnats-admin%netbsd.org@localhost wrote:
> + setlocale(LC_ALL, "C"); /* not UTF-8, force "C" */
>
Make that: setlocale(LC_CTYPE, "C");
-RVP
Home |
Main Index |
Thread Index |
Old Index