SEMSEM123 / aspjson

Automatically exported from code.google.com/p/aspjson
0 stars 0 forks source link

I see '\uC6B8\uC0B0\uB3D9\uBD80', when I use flush function #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

This is my code..
   Set o = jsObject()
   Set o = QueryToJSON(objDBConn, sSQL)
   o.Flush

What is the expected output? What do you see instead?
I want see Korean instead '\uC6B8\uC0B0\uB3D9\uBD80' ...

What version of the product are you using? On what operating system?
JSON_2.0.4 / Win 7 Pro

Please provide any additional information below.

Original issue reported on code.google.com by otffo...@gmail.com on 10 Jul 2010 at 2:21

GoogleCodeExporter commented 8 years ago
What's the purpose of jsEncode in JSON_2.0.4??

Original comment by otffo...@gmail.com on 10 Jul 2010 at 3:55

GoogleCodeExporter commented 8 years ago
This isn't a problem. Application of a conversion to unicode characters. You'll 
see the characters when you can parse with parser.

Original comment by tugrulto...@gmail.com on 10 Jul 2010 at 10:02