![]() ![]() |
|
LATIN1The 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 SYNTAXLATIN1(expression)
SYNTAX ELEMENTSThe 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.
|