mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
* intl/tst-translit.c (main): Update for now performed transliteration.
This commit is contained in:
parent
04fbc779fe
commit
49ba1c128f
@ -15,6 +15,8 @@
|
|||||||
* locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
|
* locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
|
||||||
and gen-translit.pl.
|
and gen-translit.pl.
|
||||||
Add rule to generate C-translit.h.
|
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
|
* stdio-common/vfscanf.c: Handle input -- with format %f correctly
|
||||||
(it's no input error).
|
(it's no input error).
|
||||||
|
@ -37,11 +37,11 @@ main (void)
|
|||||||
puts (s); \
|
puts (s); \
|
||||||
result |= strcmp (s, exp) != 0;
|
result |= strcmp (s, exp) != 0;
|
||||||
|
|
||||||
TEST ("test", "???????");
|
TEST ("test", "aeoeueAEUEOEss");
|
||||||
TEST ("test", "???????");
|
TEST ("test", "aeoeueAEUEOEss");
|
||||||
TEST ("onemore", "?ssdf");
|
TEST ("onemore", "AEssdf");
|
||||||
TEST ("onemore", "?ssdf");
|
TEST ("onemore", "AEssdf");
|
||||||
TEST ("test", "???????");
|
TEST ("test", "aeoeueAEUEOEss");
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
2000-07-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* charmaps/SJIS: Add width information.
|
* charmaps/SJIS: Add width information.
|
||||||
|
@ -387,7 +387,7 @@ graph /
|
|||||||
%
|
%
|
||||||
xdigit <U0030>..<U0039>;<U0041>..<U0046>;<U0061>..<U0066>
|
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 /
|
toupper /
|
||||||
(<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);(<U0064>,<U0044>);/
|
(<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);(<U0064>,<U0044>);/
|
||||||
|
Loading…
Reference in New Issue
Block a user