Posted by Julien CROUZET on 02/17/06 14:07
Maximus a couché sur son écran :
> is there any way to convert a unicode text to normal text in a text box
> before using it?
>
> I have an aplication (SMS Application) that submits all the 160
> character message to the database, then another script grabs it from
> the DB and sends it through the route.
>
> I'm having a problem with unicode characters, they cost double and i
> need a way to convert all unicode to normal text before sending it.
Depends on what your call "normal" text.
utf8_decode($str) will decode an utf8 encoded string in a ISO-8859-1
string.
Regards,
--
Julien CROUZET - DSI Theoconcept
julien.crouzet@/enlever ca\theoconcept.com
http://www.theoconcept.com
[Back to original message]
|