Hi
We are using IBM DB2 AS400 DB and we have a leagacy DB which is being encoded with EBCDIC encoding to store japanese double byte characters, the problem is when i am trying to access this with
JAVA code i am getting all junk characters. can anyone help with this as how to convert the Result set data to a proper values.
here is the example of the junk charater
ギフケン ヨウロウグン , ヨウロウチヨウ , ァ£ァカ・ォゥ`ゥオゥヒ
These are the three sample columns having double byte Katakana and Kanji characters but when i fetch them with java i get this junk characters.
Any help regarding PLEASE.