According to POSIX, The mbtowc() function shall fail if:
[EILSEQ] An invalid character sequence is detected.
Obtained from: OpenBSD (Ingo Schwarze)
Differential D5496
mbtowc(3): set errno to EILSEQ if an incomplete character is passed. pfg on Feb 29 2016, 6:25 PM. Authored by Tags None Referenced Files
Subscribers
Details According to POSIX, The mbtowc() function shall fail if: Obtained from: OpenBSD (Ingo Schwarze) The related test from kyua consistently shows an expected failure.
Diff Detail
Event TimelineComment Actions Looks good to me have you checked that it does not break the test suite? I remember that some tests were failing after I did some of those changes (and I needed to fix those tests) Comment Actions Interesting. Thanks for the feedback. |