Tagged Questions
8
votes
4answers
7k views
UTF-8 to EBCDIC in Java
Our requirement is to send EBCDIC text to mainframe. We have some chinese characters thus UTF8 format.
So, is there a way to convert the UTF-8 characters to EBCDIC?
Thanks,
Raj Mohan
3
votes
1answer
120 views
Map Unicode characters to similar EBCDIC 1047 characters automatically
I'm trying to encode a string that has characters not supported by the target encoding (CP 1047).
Is there a standard/common/easy way of mapping those characters to a cp1047 equivalent?
For ...
3
votes
5answers
23k views
Convert String from ASCII to EBCDIC in Java?
I need to write a 'simple' util to convert from ASCII to EBCDIC?
The Ascii is coming from Java, Web and going to an AS400. I've had a google around, can't seem to find a easy solution (maybe coz ...
2
votes
2answers
437 views
convert EBCDIC String to ASCII format?
I am having a flat file which is pulled from a Db2 table ,the flat file contains records in both the char format as well as packed decimal format.how to convert the packed data to a java string.is ...
1
vote
1answer
741 views
How to change HEX value to EBCDIC char
What is the simplest way to convert HEX value to ebcdic char type in Java
e.g. The example below will return at sign but I would like to get ebcidic equivalent i.e. space char..
String hex = "40";
...
-1
votes
0answers
29 views
Unable to recognize EBCDIC Characters in Linux [closed]
I am converting a ByteMessage (received from MQ) to String in Linux, somehow the EBCDIC characters are getting converted to an unrecognizable format.
I tested this on Windows and the characters are ...