Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 20:35:04 +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-rBIg1SC04z@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

--- Comment #2 from pscott@skycoast.us ---
Hmm. Different names than seen on Linux or z/OS USS.

And, notably still MISSING is IBM1047 and apparently anything above IBM1000.

At the very least compatible names should be added, and IBM1047 which is pr=
etty
much the U.S. standard on z/OS as that's what ships as default with Java and
USS.

We also support EBCIDIC code pages IBM1025, IBM1026 IBM1027, IBM1047, IBM11=
12,
IBM1122, IBM1140, IBM1141, IBM1142, IBM1143, IBM1144, IBM1145, IBM1146,
IBM1147, IBM1148, IBM1149, IBM1153, and IBM1159 all of which are missing in
FreeBSD iconv.

Plus the IBM prefixed names for the CPnnn code pages are missing on FreeBSD
iconv.=20

on Linux these are supported (whereas nothing shows up in :

iconv -l | egrep -i '^ibm[0-9]' | tr -d '/'

IBM037
IBM038
IBM256
IBM273
IBM274
IBM275
IBM277
IBM278
IBM280
IBM281
IBM284
IBM285
IBM290
IBM297
IBM367
IBM420
IBM423
IBM424
IBM437
IBM500
IBM775
IBM803
IBM813
IBM819
IBM848
IBM850
IBM851
IBM852
IBM855
IBM856
IBM857
IBM860
IBM861
IBM862
IBM863
IBM864
IBM865
IBM866
IBM866NAV
IBM868
IBM869
IBM870
IBM871
IBM874
IBM875
IBM880
IBM891
IBM901
IBM902
IBM903
IBM904
IBM905
IBM912
IBM915
IBM916
IBM918
IBM920
IBM921
IBM922
IBM930
IBM932
IBM933
IBM935
IBM937
IBM939
IBM943
IBM1004
IBM1008
IBM1025
IBM1026
IBM1046
IBM1047
IBM1089
IBM1097
IBM1112
IBM1122
IBM1123
IBM1124
IBM1129
IBM1130
IBM1132
IBM1133
IBM1137
IBM1140
IBM1141
IBM1142
IBM1143
IBM1144
IBM1145
IBM1146
IBM1147
IBM1148
IBM1149
IBM1153
IBM1154
IBM1155
IBM1156
IBM1157
IBM1158
IBM1160
IBM1161
IBM1162
IBM1163
IBM1164
IBM1166
IBM1167
IBM1364
IBM1371
IBM1388
IBM1390
IBM1399
IBM4517
IBM4899
IBM4909
IBM4971
IBM5347
IBM9030
IBM9066
IBM9448
IBM12712
IBM16804

Note that some of these also have ibm-nnnn (with a hyphen) names. I'm not s=
ure
how many of these are actually EBCDIC but many of them are and many are
missing.

No (zero) IBM names show up in FreeBSD iconv.

--=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-rBIg1SC04z>