mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-06-17 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_trans.c: Implement handling if translit_ignore. * locale/langinfo.h: Add entries for translit_ignore information. * locale/categories.def: Add entries for new LC_CTYPE elements. * locale/C-ctype.c: Add initializers for new fields. Use NULL pointer instead of "" where possible. * locale/programs/ld-ctype.c: Write out translit_ignore information. * intl/Depend: Add localedata. * intl/tst-gettext.c: Call setlocale for LC_CTYPE. * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
This commit is contained in:
@ -345,7 +345,7 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
UNDELETABLE,
|
||||
0,
|
||||
NULL,
|
||||
64,
|
||||
66,
|
||||
{
|
||||
{ string: _nl_C_LC_CTYPE_class },
|
||||
{ string: (const char *) _nl_C_LC_CTYPE_toupper },
|
||||
@ -419,11 +419,13 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{ word: L'9' },
|
||||
{ word: 0 },
|
||||
{ word: 0 },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ word: 1 },
|
||||
{ wstr: (uint32_t *) L"?" },
|
||||
{ word: 1 }
|
||||
{ word: 0 },
|
||||
{ wstr: NULL }
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user