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
0
votes
2answers
937 views

How to convert EBCDIC with chinese chars to UTF-8 format

I have a requirement to convert a file with EBCDIC encoding which is encoded using the IBM937 code page to UTF-8 format for loading the file into a multi-byte enabled DB2 database. I have tried unix ...
0
votes
0answers
115 views

How to convert EBCDIC with chinese chars to UTF-8 format

I have a requirement to convert a file with EBCDIC encoding which is encoded using the IBM937 code page to UTF-8 format for loading the file into a multi-byte enabled DB2 database. I have tried unix ...