summaryrefslogtreecommitdiff
path: root/tests/test-unicodeio.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* unicodeio: Fix wrong result on Solaris 11.Bruno Haible2020-07-091-0/+1
| | | | | | | | | | | Reported by Kiyoshi Kanazawa <yoi_no_myoujou@yahoo.co.jp> via Akim Demaille <akim.demaille@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2020-07/msg00036.html>. * lib/unicodeio.c (unicode_to_mb): Handle question mark fallback characters on Solaris. * tests/test-unicodeio.c (main): In the "C" locale, expect either the UTF-8 output or the specified fallback.
* unicodeio: Add tests.Bruno Haible2020-07-081-0/+81
* tests/test-unicodeio.c: New file. * tests/test-unicodeio1.sh: New file. * tests/test-unicodeio2.sh: New file. * tests/test-unicodeio3.sh: New file. * modules/unicodeio-tests: New file.