Initial Release 5.0

Function : Character Manipulation
NLS_load_charset - Loads a given character set.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_load_charset(
WORD CSID,
NLS_PINFO FAR *ppInfo);

Description :

This function will load a character set and return a pointer to a pointer to an NLS_INFO structure. The calling application is responsible for unloading the character set using NLS_unload_charset.

Parameters :

See Also :

NLS_CS_xxx
----------------------------------------------------------------------------------------------------------