python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Do any monospace Unicode fonts include the IBM PUA characters for EBCDIC code page 310?
Do any (preferably, open-source) monospace Unicode fonts include the IBM Private Use Area (PUA) characters for EBCDIC code page 310?
For example: U+F892; EBCDIC code page 310 byte value X'81', GCGID S...
Graham Hannington
Votes: 0
Answers: 0
How to convert mainframe binary file to readable form
We are receiving EBCDIC mainframe file over XCOM in binary format. Currently, there's a legacy C-based application which is converting it to readable ASCII format. This is how the file looks like now:...
Manish
Votes: 0
Answers: 1
Read packed decimal and convert to numeric in spring boot
All,
I am using a Spring boot application to store data in DB. I am getting this data from IBM MQ through Kafka topic.
I am getting messages in EBCDIC format, so used cobol copybook, JRecord, cb2xml j...
Sojan
Votes: 0
Answers: 1
Remove formatting bytes from Hex escaped ebcdic to UTF using java
I need to covert following EBCDIC to UTF-8 (if not ascii) using only Java.
I don't want to use JTOpen and my solution is inspired by this answer
var infile = new File("file_path/filename.ebcdic&q...
Sahib Yar
Votes: 0
Answers: 0