Decode UTF-8 in variable ?

Ludovic Thébault ludovic.thebault at laposte.net
Thu Jun 20 08:13:39 EDT 2013


Le 20 juin 2013 à 10:55, Mark Schonewille a écrit :

> Hi Ludovic,
> 
> You don't need to set the text to a unicode string to be able to use it. What you are doing seems correct, although you don't say if you're storing the value returned in a variable:
> 
> put uniDecode(uniEncode(myTxt,"UTF8")) into myAscii
> 
> This should work. What is the source of the text? 


Thanks,

With an other computer (and a similar but different database) it's work. So i think the problem is in my database.

Ludovic



More information about the use-livecode mailing list