From 49ba1c128f3b339f9b4d0c828a484666e99830a4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Jul 2000 22:31:57 +0000 Subject: [PATCH] Update. * intl/tst-translit.c (main): Update for now performed transliteration. --- ChangeLog | 2 ++ intl/tst-translit.c | 10 +++++----- localedata/ChangeLog | 4 ++++ localedata/locales/i18n | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3fc79e..400c7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h, and gen-translit.pl. Add rule to generate C-translit.h. + * intl/tst-translit.c (main): Update for now performed + transliteration. * stdio-common/vfscanf.c: Handle input -- with format %f correctly (it's no input error). diff --git a/intl/tst-translit.c b/intl/tst-translit.c index fbdaf52..4bd8749 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -37,11 +37,11 @@ main (void) puts (s); \ result |= strcmp (s, exp) != 0; - TEST ("test", "???????"); - TEST ("test", "???????"); - TEST ("onemore", "?ssdf"); - TEST ("onemore", "?ssdf"); - TEST ("test", "???????"); + TEST ("test", "aeoeueAEUEOEss"); + TEST ("test", "aeoeueAEUEOEss"); + TEST ("onemore", "AEssdf"); + TEST ("onemore", "AEssdf"); + TEST ("test", "aeoeueAEUEOEss"); return result; } diff --git a/localedata/ChangeLog b/localedata/ChangeLog index cec673a..c67ed77 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-07-22 Ulrich Drepper + + * locales/i18n: Remove U00A0 from blank as well. + 2000-07-21 Ulrich Drepper * charmaps/SJIS: Add width information. diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 6dc8b5d..9920735 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -387,7 +387,7 @@ graph / % xdigit ..;..;.. % -blank ;;;..;..; +blank ;;..;..; % toupper / (,);(,);(,);(,);/ -- 2.7.4