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 defined in langid(5). If langid is not valid, or if the NLS environment corresponding to langid is not available, the default NLS environment, "n-computer", is used (see langid(5)).
WARNINGS
These routines are provided for historical reasons only. Use of the routines in conv(3C), which now provide for international support via nl_init(3C), is recommended.
Nl_toupper and nl_tolower effectively call langinit (see nl_init(3C)) to load the NLS environment according to the language specified by langid.
AUTHOR
Nl_conv was developed by the Hewlett-Packard Company.
SEE ALSO
conv(3C), nl_init(3C), hpnls(5), langid(5).
INTERNATIONAL SUPPORT
8-bit data.
Hewlett-Packard Company — May 11, 2021