encoding - Writing Chinese and English characters to Mainframe in single file using Java -


we have requirement in need send data ibm (as400) system mainframe system. data combination of chinese , english characters. connecting as400 using jdbc driver , writing data using spring batch. mainframe team has confirmed code page use @ side cp935 chinese character column. while setting encoding property of itemwriter in spring have used cp935, able correctly decipher chinese characters hex values english characters in file not legible @ end.

is there way have multiple encoding in single file, cp037 english column , cp935 chinese column?

we sending file mainframe using connect direct? there possibility c:d might me changing code page?

use unicode, has several encodings (unicode text formats) utf-8: 1208. see 1200 code page range. html text utf-8 fine chinese w.r.t. size, otherwise more chinese might want encoding.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -