Skip to content

NLS xxx

Symbolic Value : Character Manipulation
NLS_xxx - Miscellaneous definitions for National Language Services.

#include <nls.h>

Symbolic Values :

NLS_NULLTERM      -  Specifies that a string is NULL terminated.

NLS_NULLTERM32    -  Specifies that a string is NULL terminated.

NLS_SIZEOFNULL    -  Defines the size of a null character in LMBCS.

NLS_MAXBYTESPERCHAR   -  Defines the maximum number of bytes a character may contain.

NLS_MAXBYTESPERCHAR_WITH_SURROGATE    -  Defines the maximum number of bytes a character with a surrogate may contain.

NLS_MAXRATIO_XLATE_FROM_LMBCS     -  Defines the maximum ratio of items translated from LMBCS.

NLS_MAXRATIO_XLATE_TO_LMBCS   -  Defines the maximum ratio of items translated to LMBCS.

Description :

Miscellaneous definitions for National Language Services.

See Also : NLS_INFO