cancel
Showing results for 
Search instead for 
Did you mean: 

AL32UTF8 Page Code

nisarkhan_n
Active Contributor
0 Kudos

Hi,

I am doing DB lookup using the JDBC Connecor service from Visual Admin, curently the DB which i am using is Oracle 10G code page is set to UTF-8 as i am only dealing with English language values.

Now for the new requirement, i have to read the data in non english (ex chinese or korean) and the codepage of the DB is set to AL32UTF8, since i am reading the non English language i have couple of questions.

Firstly.

1. What are the things i have to take care to read non english values from D/B using DB lookup trough JDBC Connector service. ( I DNT HAVE ANY CODE PAGE OPTIONS TO SET IN JDBC CONNECTOR SERVICE)

2. I am on PI7.0 it is UNICODE system, with this envinorment what i have to take care.

regards

Nisar Khan

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

http://en.wikipedia.org/wiki/CESU-8

"The character set AL32UTF8, introduced in version 9.0, is UTF-8 compliant"

There is nothing special to do for you. UTF-8 includes korean and chinese characters.

Regards

Stefan