UTF8


The UTF8 function converts a latin1 or binary string into the UTF-8 equivalent byte sequence.

NOTE: This function is only available in jBASE 4.1 or later.

 

COMMAND SYNTAX

UTF8(expression)

 

SYNTAX ELEMENTS

The expression is expected to be a binary/latin1code page string, which converts the binary string into a UTF-8 encoded byte sequence, used to represent the Unicode values for each byte in the expression.

 

NOTES

This function is useful for converting binary or latin1 code page data into internal format when in International Mode


jBC