about summary refs log tree commit diff
path: root/localedata/bug-iconv-trans.c
Commit message (Collapse)AuthorAgeFilesLines
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-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>
* Update.Ulrich Drepper2001-08-141-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.
* Update.Ulrich Drepper2001-02-061-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>