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
F168165317: D34342.diff
Wed, Aug 26, 4:31 PM
Unknown Object (File)
Mon, Aug 17, 4:22 AM
Unknown Object (File)
Thu, Aug 13, 7:43 PM
Unknown Object (File)
Thu, Aug 13, 7:27 PM
Unknown Object (File)
Thu, Aug 13, 6:03 PM
Unknown Object (File)
Thu, Aug 13, 1:18 PM
Unknown Object (File)
Wed, Aug 12, 2:52 PM
Unknown Object (File)
Tue, Aug 11, 11:07 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