HP-UX Reference (11i v1 00/12) - 5 Miscellaneous Topics, 7 Device (Special) Files, 9 General Information, Index (vol 9)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man5/!!!intro.5
________________________________________________________________
___ ___
l
langinfo(5) langinfo(5)
from top to bottom. A value of 1 indicates that characters are
arranged from right to left within a line and lines are arranged
from top to bottom. (This constant is an HP proprietary item, sub-
ject to change, and may not be portable to other platforms.)
String indicating character context analysis. String null or 0
indicates no context analysis is required. String 1 indicates Arabic
context analysis required.
CONTEXT LC_CTYPE
A string of the characters that are mapped into the ASCII
equivalent string 0123456789b+-.,eE (where b is a blank).
This is also the reverse mapping for output. It is not assumed that
the character code values of digits are contiguous or that they are
one byte values. A null value for the string indicates that the
language has no alternative digits. (This constant is an HP
proprietary item, subject to change, and may not be portable to
other platforms.)
ALT_DIGIT LC_NUMERIC
A string of the characters that are mapped into the ASCII
equivalent string b!"#$%&’()*+, -./:;<=>?@[\]ˆ_‘{|}˜
(where b is a blank) in American usage. This is also the reverse
mapping for output. It is not assumed that the character code
values of punctuation characters are contiguous or that they are
one byte values. If any punctuation characters do not have
equivalent alternatives, ASCII codes are used in the alternative
punctuation string. A null value for the string indicates that the
language has no alternative punctuation characters. (This constant
is an HP proprietary item, subject to change, and may not be port-
able to other platforms.)
ALT_PUNCT LC_CTYPE
Symbol for year. This is usually required to specify date for Asian
languages. (This constant is an HP proprietary item, subject to
change, and may not be portable to other platforms.)
YEAR_UNIT LC_TIME
Symbol for month. (This constant is an HP proprietary item, sub-
ject to change, and may not be portable to other platforms.)
MON_UNIT LC_TIME
Symbol for day. (This constant is an HP proprietary item, subject
to change, and may not be portable to other platforms.)
DAY_UNIT LC_TIME
Symbol for hour. This is usually required to specify time for Asian
languages. (This constant is an HP proprietary item, subject to
change, and may not be portable to other platforms.)
HOUR_UNIT LC_TIME
Symbol for minute. (This constant is an HP proprietary item, sub-
ject to change, and may not be portable to other platforms.)
MIN_UNIT LC_TIME
Symbol for second. (This constant is an HP proprietary item, sub-
ject to change, and may not be portable to other platforms.)
SEC_UNIT LC_TIME
LC_COLLATE
LC_CTYPE
The name of the charmap used to compile this locale. (This con-
stant is an HP proprietary item, subject to change, and may not be
portable to other platforms.)
CHARMAP
WARNINGS
It is recommended that you use strftime() to access date and time information defined in category
(see strftime(3C)), LC_TIME and localeconv(3C) to access information corresponding to RADIXCHAR,
THOUSEP, and CRNCYSTR (see localeconv(3C)).
AUTHOR
langinfo was developed by HP.
SEE ALSO
date(1), localedef(1M), getdate(3C), localeconv(3C), nl_langinfo(3C), setlocale(3C), strftime(3C), lang(5).
Section 5−−78 − 3 − HP-UX Release 11i: December 2000
___
___