mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
1b0a2062c8
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.
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
# Test multi-character transliteration rule
|
|
|
|
LC_CTYPE
|
|
copy "POSIX"
|
|
|
|
translit_start
|
|
"ÄÄ" "AA"
|
|
translit_end
|
|
|
|
END LC_CTYPE
|