CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/27 14:00:11
Modified files:
lib/libc/locale: runetype.h rune.c runetable.c rune_local.h
Makefile.inc
Removed files:
lib/libc/locale: runeglue.c
Log message:
Since we only do US-ASCII and UTF-8, several parts of the locale
data are unused and unnecessary, so delete them: rl_tabs, rl_magic,
rl_encoding, and rl_invalid_rune.
ok schwarze@
