Outputting UCS2 from DB

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ghenrick
Forum Newbie
Posts: 2
Joined: Fri Jan 31, 2003 5:44 am

Outputting UCS2 from DB

Post by ghenrick »

We store UCS2 as hex encoded in our mysql fields, how do i output it using php?

Is it easy to take UCS2 and submit to db raw? or how ;)

Anwsers on a postcard.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

UCS2 is a 16-bit encoded sms, right?
you might try to store it as blob. Only guessing ;)
ghenrick
Forum Newbie
Posts: 2
Joined: Fri Jan 31, 2003 5:44 am

Post by ghenrick »

yup sms stuff, blob? no chance sadly, :( anyone else??
Post Reply