Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

codepage convertor

Status
Not open for further replies.

nnmmss

Programmer
Sep 7, 2004
123
IR
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) :
Go to characters section of the site :
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top