From 8a4494506d9175a2c205ff8d39dc58abd83682eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Jul 2009 20:04:42 -0700 Subject: Check generated locale for non-ASCII 8-bit characters with case conversion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If a locale does not have 8-bit characters with case conversion which are different from the ASCII conversion (±0x20) then we can perform some optimizations. These will follow later. --- locale/langinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index 59017b31c8..d7ef6f60f4 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -348,6 +348,7 @@ enum _NL_CTYPE_EXTRA_MAP_12, _NL_CTYPE_EXTRA_MAP_13, _NL_CTYPE_EXTRA_MAP_14, + _NL_CTYPE_NONASCII_CASE, _NL_NUM_LC_CTYPE, /* LC_MONETARY category: formatting of monetary quantities. -- cgit v1.2.3