Initial Release 5.0

Function : Character Manipulation
NLS_translate - Character encoding translation routine.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_translate(
BYTE far *pString,
WORD Len,
BYTE far *pStringTarget,
WORD far *pSize,
WORD ControlFlags,
NLS_PINFO pInfo);

Description :

NLS_translate translates the SOURCE input string and puts the resulting translation into the TARGET output string. ControlFlags control how the translation is performed (e.g. LMBCS to UNICODE). See the symbolic value NLS_xxx (TRANSLATE) for a complete list of control flags.
Parameters :

See Also :

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