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)
Feb 27 2025, 2:01 AM
Unknown Object (File)
Feb 26 2025, 5:27 AM
Unknown Object (File)
Feb 25 2025, 9:45 PM
Unknown Object (File)
Feb 25 2025, 1:27 AM
Unknown Object (File)
Feb 24 2025, 1:58 PM
Unknown Object (File)
Feb 22 2025, 2:04 PM
Unknown Object (File)
Feb 19 2025, 5:35 AM
Unknown Object (File)
Feb 19 2025, 5:31 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