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
F92484147: D34342.id109192.diff
Sat, Aug 31, 9:27 PM
Unknown Object (File)
Mon, Aug 19, 5:42 PM
Unknown Object (File)
Sun, Aug 18, 5:51 PM
Unknown Object (File)
Sat, Aug 17, 5:54 AM
Unknown Object (File)
Fri, Aug 16, 9:15 PM
Unknown Object (File)
Wed, Aug 14, 8:46 AM
Unknown Object (File)
Wed, Aug 14, 8:45 AM
Unknown Object (File)
Thu, Aug 8, 4:30 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