git-iconv-Fix-matching-of-multi-character-transliteratio
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 3 Jan 2025 10:56:38 +0000 (11:56 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 3 Jan 2025 10:56:38 +0000 (11:56 +0100)
commit7f392335c93143ab8f9494319d9550eb44094f4c
tree2f750bed150075636da0e3d709cf0221c4dd39fe
parent941d719aa4384c3cf531b3ea45c6e0830f212889
git-iconv-Fix-matching-of-multi-character-transliteratio

commit badbc82b4f003df0d081ebfb4c05c8b79fdf3e95
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Jun 10 12:19:17 2024 +0200

    iconv: Fix matching of multi-character transliterations (bug 31859)

    Only return __GCONV_INCOMPLETE_INPUT for a partial match when the end of
    the input buffer is reached.  Otherwise it is a non-match, and other
    patterns should be tried.

Gbp-Pq: Topic any
Gbp-Pq: Name git-iconv-Fix-matching-of-multi-character-transliteratio.patch
iconv/Makefile
iconv/gconv_trans.c
iconv/tst-translit-locale [new file with mode: 0644]
iconv/tst-translit-mchar.c [new file with mode: 0644]
iconv/tst-translit-mchar.sh [new file with mode: 0644]