CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/18 13:32:20
Modified files:
usr.bin/awk : awk.h b.c main.c run.c
Log message:
Disable utf-8 for non-multibyte locales, such as C or POSIX.
This makes it possible to get the old awk behavior (where chars are
bytes) by setting LC_CTYPE to C or POSIX. OK schwarze@
