https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241635

Conrad Meyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #1 from Conrad Meyer <[email protected]> ---
It's a term of art and just gets passed through via strerror(3) of EILSEQ.  It
means the input data is malformed in UTF-8 or other multi-byte charset
configured via LC_CTYPE.

$ grep EILSEQ /usr/include/errno.h
#define EILSEQ          86              /* Illegal byte sequence */

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to