Adhemerval Zanella
90edd56c01
localedata: Use hexadecimal character escape on tests
...
Instead of latin1 ones.
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-22 13:01:08 +08:00
Adhemerval Zanella Netto
de477abcaa
Use '%z' instead of '%Z' on printf functions
...
The Z modifier is a nonstandard synonymn for z (that predates z
itself) and compiler might issue an warning for in invalid
conversion specifier.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2022-09-22 08:48:04 -03:00
Ulrich Drepper
ecad39f050
Update.
...
2001-08-14 Ulrich Drepper <drepper@redhat.com>
* Makefile: Add rules to build and run tst-xlocale1.
* tst-xlocale1.c: New file.
* bug-iconv-trans.c: Improve error messages.
2001-08-14 22:29:43 +00:00
Ulrich Drepper
403cb8a19c
Update.
...
* localedata/Makefile (tests): Add bug-iconv-trans.
Define bug-iconv-trans-ENV.
* localedata/bug-iconv-trans.c: New file.
2001-02-04 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_trans.c (__gconv_transliterate): Use a temporary output
pointer, to avoid accumulating output from incomplete (unsuccessful)
transliteration attempts.
2001-02-05 Ulrich Drepper <drepper@redhat.com>
2001-02-06 04:20:37 +00:00