From 476b6d7fa4b5e47b5f07431b8a1af05a17489040 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Jul 2000 23:00:05 +0000 Subject: Update. 2000-07-26 Ulrich Drepper * libio/iofwide.c: Enable transliteration for conversion from wchar_t by default. * locale/C-ctype.c: Likewise. * wcsmbs/wcsmbsload.c: Likewise. --- locale/C-ctype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/C-ctype.c') diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 66f2d21598..0b960d9b59 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -343,9 +343,9 @@ const char _nl_C_LC_CTYPE_width[256] = const struct locale_data _nl_C_LC_CTYPE = { _nl_C_name, - NULL, 0, 0, /* no file mapped */ + NULL, 0, 0, /* no file mapped */ UNDELETABLE, - 0, + 1, /* Enable transliteration by default. */ NULL, 66, { -- cgit v1.2.3