Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> declare function UTF8_UNICODE * \AE\ the registration trademark ansi_char = \AE\ : @FM : @VM : @SVM uniCodeString = UTF8_UNICODE(ansi_char, @VM) </code> guides/programming/programmers_reference_manual/utf8_unicode.txt Last modified: 2024/06/19 20:20by 127.0.0.1