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)
Sun, Jul 14, 11:28 PM
Unknown Object (File)
Fri, Jul 5, 4:31 PM
Unknown Object (File)
Jun 23 2024, 10:15 AM
Unknown Object (File)
Jun 14 2024, 12:48 AM
Unknown Object (File)
Jun 11 2024, 11:43 AM
Unknown Object (File)
May 25 2024, 9:05 PM
Unknown Object (File)
May 25 2024, 8:44 PM
Unknown Object (File)
May 25 2024, 8:41 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