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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to