Page MenuHomeFreeBSD

iconv: only conditionally use ICONV_SET_DISCARD_ILSEQ
ClosedPublic

Authored by kevans on Feb 22 2022, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 8:35 PM
Unknown Object (File)
Sun, Oct 12, 8:35 PM
Unknown Object (File)
Sun, Oct 12, 8:35 PM
Unknown Object (File)
Sun, Oct 12, 8:58 AM
Unknown Object (File)
Sun, Oct 5, 12:33 AM
Unknown Object (File)
Fri, Oct 3, 10:23 PM
Unknown Object (File)
Mon, Sep 29, 8:25 PM
Unknown Object (File)
Mon, Sep 29, 2:42 PM
Subscribers

Details

Summary

If the -c flag is used, then we can set it with ICONV_SET_DISCARD_ILSEQ;
otherwise, leave it alone. The user may have specified //IGNORE in the
'to' codeset specification, there's no reason we can't allow that but
we'll currently turn it off.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable