NL_CONV(3C) — HP-UX
NAME
nl_toupper, nl_tolower − translate characters for use with NLS
SYNOPSIS
int nl_toupper (c, langid)
int c, langid;
int nl_tolower (c, langid)
int c, langid;
DESCRIPTION
These routines are extensions of their counterparts in conv(3C). They function in the same way, but have a second parameter whose value is expected to be one of the values defined in langid(5). If langid is not one of these legal values, or if shift information for langid has not been installed, they function as toupper() and tolower().
AUTHOR
Nl_conv was developed by the Hewlett-Packard Company.
SEE ALSO
conv(3C), ascii(5), hpnls(5), kana8(5), langid(5), roman8(5).
INTERNATIONAL SUPPORT
8-bit data
Hewlett-Packard Company — Version B.1, May 11, 2021