* 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).
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;
}
+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.
%
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>);/