====== UTF8_Unicode Function ====== ==== Description ==== Converts an UTF8 string to Unicode string. ==== Syntax ==== uniCodeString = UTF8_UNICODE(utf8_string, delimiter) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |ansiString|The UTF8 string to convert to Unicode.| |delimiter|The minimum delimiter value to use in the conversion.|| ==== Returns ==== A string containing two-byte UNICODE characters. ==== Remarks ==== ==== See Also ==== UNICODE_UTF8 ==== Example ==== declare function UTF8_UNICODE * \AE\ the registration trademark ansi_char = \AE\ : @FM : @VM : @SVM uniCodeString = UTF8_UNICODE(ansi_char, @VM)