mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
* wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.
* wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
This commit is contained in:
parent
1ba81cea27
commit
ebb58ba3c2
@ -1,5 +1,8 @@
|
||||
2005-10-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.
|
||||
* wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
|
||||
|
||||
* posix/regexec.c: Finish prototyping of static functions.
|
||||
* posix/regex_internal.c: Likewise.
|
||||
|
||||
|
@ -67,3 +67,4 @@ CFLAGS-tst-wchar-h.c = -D_FORTIFY_SOURCE=2
|
||||
tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-mbrtowc-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-wcrtomb-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-mbrtowc2-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
|
@ -17,8 +17,8 @@ static struct
|
||||
{ (const char[]) { 0x8E, 0xA5 }, 2, "ja_JP.EUC-JP" },
|
||||
{ (const char[]) { 0x8E, 0xA2, 0xA1, 0xA1 }, 4, "zh_TW.EUC-TW" },
|
||||
{ (const char[]) { 0xA1, 0xA1 }, 2, "zh_TW.EUC-TW" },
|
||||
{ (const char[]) { 0xE3, 0x80, 0x80 }, 3, "en_US.UTF-8" },
|
||||
{ (const char[]) { 0xC3, 0xA4 }, 2, "en_US.UTF-8" }
|
||||
{ (const char[]) { 0xE3, 0x80, 0x80 }, 3, "de_DE.UTF-8" },
|
||||
{ (const char[]) { 0xC3, 0xA4 }, 2, "de_DE.UTF-8" }
|
||||
};
|
||||
#define ntests (sizeof (tests) / sizeof (tests[0]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user