]> sourceware.org Git - glibc.git/commit
iconv: Fix matching of multi-character transliterations (bug 31859)
authorAndreas Schwab <schwab@suse.de>
Mon, 10 Jun 2024 10:19:17 +0000 (12:19 +0200)
committerAndreas Schwab <schwab@suse.de>
Mon, 5 Aug 2024 14:49:57 +0000 (16:49 +0200)
commit1b0a2062c8938c7333cd118d85d9976c4e7c92af
treef83017dc362d09b2284546e53f2a9e26a3f0be66
parent7a630f7d3392ca391a399486ce2846f9e4b4ee63
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.
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]
This page took 0.041621 seconds and 5 git commands to generate.