KCML_Record_Decode

Purpose

Encode a table row buffer

Definition

DEFSUB 'KCML_Record_Decode(sFmt$, BYREF x$, p AS SYM('KCML_Record_Enum_Prototype)) AS KCML_XLAT_ERR

Parameters

sFmtInput string encoding, "CP" for current codepage
xTable row buffer. The strings are decoded in place
p** not documented

Return

Zero for success, else a non-zero error code taken from the KCML_XLAT_ERR enumeration

Description

Given a table row and the enumeration function for the record, decode the locally encoded strings back into UTF-8 encoding

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.