SetAnsiMode

Miscellaneous functions

Description

This function sets the mode used by the DLL to convert strings to and from Unicode.

Syntax

DLL

int DLSetAnsiMode(int InstanceID, int NewAnsiMode);

Parameters

NewAnsiMode0 = Conversion using the current code page 1 = Conversion using UTF-8 encoding