node.js - node-oracledb other language encoding -


i'm newbie @ node.js!

i'm in trouble @ encoding 'korean'.

my oracle database has korean string data, , directly console.log(korean text) worked.

but when use execute function , select query, , console.log(return rows), isn't work. text broken.

i set encoding type in eclipse utf-8. think, have set controlling encoding type in oracledb module, can`t find how set it.

please me. have resolve problem @ cost!!!

i set nls_lang. don't set it. check , take picture. done when found registry.

windows 7 64bit node 0.10.38 eclipse / nodeclipse


it's resloved.

i set nls_lang variable, 'original value'.utf8 , works.

this master of node-oracledb. thanks.

from version 1.0, node-oracledb sets "client" character encoding oracle's al32utf8 value. see https://github.com/oracle/node-oracledb/blob/master/changelog.md


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -