Skip to Content
0
Dec 16, 2022 at 05:51 AM

The service using the container does not print out Korean

181 Views

Hello

We are currently using the ASE 16 Database and are preparing to use the service by creating a Container through Docker and deploying it to Linux Server.

Docker Image's OS is Debian or ubuntu, and SDK For ASE is also installed to connect with ASE16, and SDK Version is SP02.

Also, Unixodbc is installed in the container and odbc.I am trying to access the database using the ini file.

The current DB charset iso_1 and the result of select @@client_csname is NULL.

We are making a service using the power builder 2022 and the power server 2022, and in the C/S environment, Charset=eucksc works fine.

But inside the container,
Charset=NoConversions
ClientCharset=eucksc
CodePageType=Other
If you give the option like this, Korean will not be printed out.
If you give the Charset=ServerDefault and ClientCharset=utf8 options, the Korean alphabet will be broken into strange characters.

Oddbc in using eucksc.Are there any missing components of the ini file?

Additionally, locale is ko_KR.UTF8, en_US.UTF8 I've tried it all.

Thank you.