Converts an UTF8 string to Unicode string.
uniCodeString = UTF8_UNICODE(utf8_string, delimiter)
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. |
A string containing two-byte UNICODE characters.
UNICODE_UTF8
declare function UTF8_UNICODE * \AE\ the registration trademark ansi_char = \AE\ : @FM : @VM : @SVM uniCodeString = UTF8_UNICODE(ansi_char, @VM)