Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 04:48:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244919] EBCDIC code pages absent from iconv(1) and iconv(3)
Message-ID:  <bug-244919-227-802BYVzp2s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244919-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244919-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244919

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 libra=
ry
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 w=
ith
an error message indicating a mismatched character set.  https://quordle.on=
l/

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244919-227-802BYVzp2s>