byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
authorRich Felker <dalias@aerifal.cx>
Tue, 16 Jun 2015 06:18:00 +0000 (06:18 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 16 Jun 2015 06:18:00 +0000 (06:18 +0000)
commitf22a9edaf8a6f2ca1d314d18b3785558279a5c03
tree908b30e255314b2515364c80cfcca2912cb5d332
parent16f18d036d9a7bf590ee6eb86785c0a9658220b6
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code

this patch activates the new byte-based C locale (high bytes treated
as abstract code unit "characters" rather than decoded as multibyte
characters) by making the value of MB_CUR_MAX depend on the active
locale. for the C locale, the LC_CTYPE category pointer is null,
yielding a value of 1. all other locales yield a value of 4.
include/stdlib.h
src/internal/locale_impl.h