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)
Tue, Jan 7, 1:37 PM
Unknown Object (File)
Sat, Dec 28, 8:28 AM
Unknown Object (File)
Nov 16 2024, 8:27 AM
Unknown Object (File)
Nov 16 2024, 6:21 AM
Unknown Object (File)
Nov 10 2024, 2:22 PM
Unknown Object (File)
Oct 6 2024, 12:02 PM
Unknown Object (File)
Oct 5 2024, 9:41 AM
Unknown Object (File)
Oct 3 2024, 2:47 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