aboutsummaryrefslogtreecommitdiff
path: root/localedata/bug-iconv-trans.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-2/+2
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>
2001-08-14Update.Ulrich Drepper1-1/+4
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-02-06Update.Ulrich Drepper1-0/+65
* 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>