Initial Release 5.0

Function : Character Manipulation
NLS_unload_charset - Unloads a character set.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_unload_charset(
NLS_PINFO pInfo);

Description :

This function unloads a character set that had previously been loaded by a call to NLS_load_charset.

Parameters :

See Also :

NLS_load_charset
----------------------------------------------------------------------------------------------------------