Page 1 of 1

Outputting UCS2 from DB

Posted: Fri Jan 31, 2003 5:44 am
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.

Posted: Fri Jan 31, 2003 12:10 pm
by volka
UCS2 is a 16-bit encoded sms, right?
you might try to store it as blob. Only guessing ;)

Posted: Fri Jan 31, 2003 12:59 pm
by ghenrick
yup sms stuff, blob? no chance sadly, :( anyone else??