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)
Thu, Apr 18, 6:52 PM
Unknown Object (File)
Thu, Apr 18, 2:08 PM
Unknown Object (File)
Sun, Apr 14, 2:57 PM
Unknown Object (File)
Jan 12 2024, 7:00 AM
Unknown Object (File)
Dec 20 2023, 1:22 AM
Unknown Object (File)
Nov 25 2023, 5:03 PM
Unknown Object (File)
Nov 25 2023, 5:01 PM
Unknown Object (File)
Nov 23 2023, 6:28 AM
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