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)
Sat, May 25, 9:05 PM
Unknown Object (File)
Sat, May 25, 8:44 PM
Unknown Object (File)
Sat, May 25, 8:41 PM
Unknown Object (File)
Thu, May 9, 11:58 AM
Unknown Object (File)
Fri, May 3, 10:56 PM
Unknown Object (File)
Apr 27 2024, 2:13 AM
Unknown Object (File)
Apr 18 2024, 6:52 PM
Unknown Object (File)
Apr 18 2024, 2:08 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