[Bug 244919] EBCDIC code pages absent from iconv(1) and iconv(3)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 25 Aug 2022 04:48:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244919

shara hall <sharase1672@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharase1672@gmail.com

--- Comment #5 from shara hall <sharase1672@gmail.com> ---
EBCDIC code pages are absent from iconv(1) and iconv(3) because the C library
calls iconv(3) for every conversion. To avoid unnecessary conversions, you can
use the iconv_open() function to open a file with an EBCDIC code page as its
default character set. If a program that uses iconv() is invoked with an
argument that specifies another character set, then the program will fail with
an error message indicating a mismatched character set.  https://quordle.onl/

-- 
You are receiving this mail because:
You are the assignee for the bug.