Skip to main content
May 11, 2011
Question

Get unicode characters - Urgent Please help

  • May 11, 2011
  • 1 reply
  • 559 views

Hi,

We are accessing the ExternalLibrary from javascript.

The external library is contacting the DB using OCCI and gives back the result to the javascipt.

While doing so, we get unicode characters from the database but while taking the value we use resultset.Getstring to get the values.

But the unicode characters are transformed to question marks.

How can we handle so that we can get the exact characters. Is there any method in External library to get the values with right format.

Thanks

Karthik B

This topic has been closed for replies.

1 reply

John Hawkinson
Inspiring
May 12, 2011

What External library are you using? You mean you are creating an ExtenralObject using a DLL or shared library that you supply? If so, then the problem is within code that you have written or supplied and we cannot see.

Perhaps give an example ,but this doesn't sound like something we could solve without being able to see your code!!

May 12, 2011

Thanks for  your reply. I have got it work. I created the environment using UTF-8.