NWUSStandardUnicodeInit
Loads both the lower and upper case converters needed for the standard Unicode functions
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUSStandardUnicodeInit (
void);
uses netwin32
Function NWUSStandardUnicodeInit
(void
): nint;
For an explanation of the NWU_CONVERTER_NOT_FOUND error, see NWU_CONVERTER_NOT_FOUND Error
The NWUSStandardUnicodeInit function is equivalent to:
NWUSStandardUnicodeInit can be nested. However, each time NWUSStandardUnicodeInit is called, the NWUSStandardUnicodeRelease function must be called to release associated resources.
On the NLM platform, the standard converter is initialized when the LOCNLM32.NLM file is loaded. It is still recommended that your applications call NWUSStandardUnicodeInit and the NWUSStandardUnicodeRelease function explicitly.
See esinit.c for sample code.
NOTE:Access to global variables initialized with a standard converter can vary according to platform, as explained in Conversion Operations.