NL_CONV(3C)
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;
HP-UX COMPATIBILITY
Level: HP-UX/RUN ONLY
Origin: HP
Native Language Support:
8−bit data, customs, messages
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(7). 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().
SEE ALSO
conv(3C), ascii(7), hpnls(7), kana8(7), langid(7), roman8(7).
Hewlett-Packard — last mod. May 11, 2021