I have a table which all data in it have been stored with codepage 1256 . now i want to convert data to codepage unicode. i don't what should do. can anyone help me?
Hi there...
It's easy, first of all, don't panic...
Second, you can easily write a convetor yourself...
you just have to find the character code of each character in 1256 codepage and find the equivalent character code of it in Unicode...
I think this site can hel you alot(cause I hade the same problem and used this site to solve mine) :
if you need any more help just let me know...
just one more thing, if you are using SQL, you need to look for UCS2(UTF-16) caracter code for storing in SQL not Unicode or UTF8, because, storing UTF8 characters directly in SQL, will cause somr problems in Search in your application...
Have fun...
----
Harsh words break no bones but they do break hearts.
E.T.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.