×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi
I have to read data from file which is set to CCSID 5026, and has Japanese characters, then create an java class representing XML and call a web service,
In my java program, i create JDBC connection and then read data from file and build java class as below
TransactionRecord transactionRecord = new TransactionRecord();
//Convert String from Database to UTF-8
transactionRecord.setTransactionData(new String(rs.getString("myField").getBytes("UTF-8")));
When i create XML file from class transactionRecord using castor, i see proper Japanese characters,
But the web service which is going to receive this XML file gets ?????????
What may be the reason, the XML file is also UTF-8 encoding.
So when i update other AS400 file i get ???????? in database instead of Japanese characters,
A$HI$H
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.