LATIN1


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

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

COMMAND SYNTAX

LATIN1(expression)

 

SYNTAX ELEMENTS

The expression is to be a UTF-8 encoded byte sequence, which is the default format when executing in International Mode.

NOTES

Use this function for converting UTF-8 data into binary or the latin1 code page for external consumption. i.e. Tape devices.

 


jBC