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
F150135015: D34342.id109192.diff
Sun, Mar 29, 4:39 PM
Unknown Object (File)
Wed, Mar 25, 9:19 AM
Unknown Object (File)
Wed, Mar 25, 2:08 AM
Unknown Object (File)
Tue, Mar 24, 12:59 AM
Unknown Object (File)
Sat, Mar 21, 8:06 AM
Unknown Object (File)
Sat, Mar 21, 7:05 AM
Unknown Object (File)
Sat, Mar 21, 12:42 AM
Unknown Object (File)
Tue, Mar 17, 11:16 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