NWUXSetUniFunctions
Specifies the functions to be used to handle unmappable Unicode characters and special Unicode sequences during unicode-to-byte conversion
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXSetUniFunctions (
pCONVERT byteUniHandle,
NMUNI noMapUniFunc,
SCUNI scanUniFunc,
PRUNI parseUniFunc);
uses netwin32
Function NWUXSetUniFunctions
(byteUniHandle : pCONVERT;
noMapUniFunc : NMUNI;
scanUniFunc : SCUNI;
parseUniFunc : PRUNI
): nint;
NWUXSetUniFunctions will not set the action code to NWU_CALL_HANDLER.
Values for the noMapUniFunc, scanUniFunc, and parseUniFunc parameters follow:
See exsufunc.c for sample code.