convert to UTF-8
Mark Smith
mark at maseurope.net
Mon Jun 25 06:07:39 EDT 2007
Torbjörn, it's the only way, I think, but it seems to be quite
efficient, in my experience - it's never been any kind of bottleneck...
Best,
Mark
On 25 Jun 2007, at 08:34, Torbjörn Nordlindh wrote:
> I need to convert some text into UTF-8
>
> This is the easiest way I have found so far:
>
> function utf8Encode theString
> return uniDecode(uniEncode(theString),"UTF8")
> end utf8Encode
>
> Is there any better way to do this?
>
> Torbjörn
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list