Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Jul 2000 22:31:57 +0000 (22:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Jul 2000 22:31:57 +0000 (22:31 +0000)
* intl/tst-translit.c (main): Update for now performed
transliteration.

ChangeLog
intl/tst-translit.c
localedata/ChangeLog
localedata/locales/i18n

index e3fc79e..400c7a1 100644 (file)
--- 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).
index fbdaf52..4bd8749 100644 (file)
@@ -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;
 }
index cec673a..c67ed77 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * locales/i18n: Remove U00A0 from blank as well.
+
 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
 
        * charmaps/SJIS: Add width information.
index 6dc8b5d..9920735 100644 (file)
@@ -387,7 +387,7 @@ graph /
 %
 xdigit  <U0030>..<U0039>;<U0041>..<U0046>;<U0061>..<U0066>
 %
-blank   <U0009>;<U0020>;<U00A0>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000>
+blank   <U0009>;<U0020>;<U2000>..<U2006>;<U2008>..<U200B>;<U3000>
 %
 toupper /
    (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);(<U0064>,<U0044>);/