The iconv() function converts one multibyte characters from one character set to another. See man (3) iconv for more information.
function iconv input String string; input String from; input String to = "UTF-8"; output String result; end iconv;