bool(false) When publishing the map from oracle data source, the Chinese labels garbled. How to solve this problem? - FAQ - SuperMap

Q: When publishing the map from oracle data source, the Chinese labels garbled. How to solve this problem?

A: The reason may be that the encoding of Oracle Server is inconsistent with the encoding of Oracle Client. You may do these steps: (1) Query server-side encoding by comman: SELECT * from v$nls_parameters.

(2) Query client-side encoding by command: env | grep NLS_LANG.

(3) Set the client character encoding to match the server-side character encoding, e.g.: export NLS_LANG="Simplified Chinese_china". ZHS16GBK. The "=" symbol is followed by the service-side character encoding.


04 Jul,2019
Tags:iserver

More Products FAQ