GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1760
support customer define client charset
1. change charset map in InterfaceUtilities.java to Canonical Charset Name
according to jdk define.
2. if user specify clientCharset, then it will change that charset when
display string value
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion TRAFODION-3247
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1760.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1760
----
commit 31b962c720cf3a3be15e2ddacc3e2d66287ae10a
Author: Aven <shengchen.ma@...>
Date: 2018-12-11T02:16:24Z
support customer define client charset
----
---