DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

langinfo(5)


langinfo -- language information constants

Synopsis

   #include <langinfo.h>

Description

This header file contains the constants used to identify items of langinfo data. The mode of items is given in nl_types(5).


DAY_1
Locale's equivalent of ``sunday''

DAY_2
Locale's equivalent of ``monday''

DAY_3
Locale's equivalent of ``tuesday''

DAY_4
Locale's equivalent of ``wednesday''

DAY_5
Locale's equivalent of ``thursday''

DAY_6
Locale's equivalent of ``friday''

DAY_7
Locale's equivalent of ``saturday''

ABDAY_1
Locale's equivalent of ``sun''

ABDAY_2
Locale's equivalent of ``mon''

ABDAY_3
Locale's equivalent of ``tue''

ABDAY_4
Locale's equivalent of ``wed''

ABDAY_5
Locale's equivalent of ``thur''

ABDAY_6
Locale's equivalent of ``fri''

ABDAY_7
Locale's equivalent of ``sat''

MON_1
Locale's equivalent of ``january''

MON_2
Locale's equivalent of ``february''

MON_3
Locale's equivalent of ``march''

MON_4
Locale's equivalent of ``april''

MON_5
Locale's equivalent of ``may''

MON_6
Locale's equivalent of ``june''

MON_7
Locale's equivalent of ``july''

MON_8
Locale's equivalent of ``august''

MON_9
Locale's equivalent of ``september''

MON_10
Locale's equivalent of ``october''

MON_11
Locale's equivalent of ``november''

MON_12
Locale's equivalent of ``december''

ABMON_1
Locale's equivalent of ``jan''

ABMON_2
Locale's equivalent of ``feb''

ABMON_3
Locale's equivalent of ``mar''

ABMON_4
Locale's equivalent of ``apr''

ABMON_5
Locale's equivalent of ``may''

ABMON_6
Locale's equivalent of ``jun''

ABMON_7
Locale's equivalent of ``jul''

ABMON_8
Locale's equivalent of ``aug''

ABMON_9
Locale's equivalent of ``sep''

ABMON_10
Locale's equivalent of ``oct''

ABMON_11
Locale's equivalent of ``nov''

ABMON_12
Locale's equivalent of ``dec''

RADIXCHAR
Locale's equivalent of ``.''

THOUSEP
Locale's equivalent of ``,''

YESSTR
Locale's equivalent of ``yes''

NOSTR
Locale's equivalent of ``no''

CRNCYSTR
Locale's currency symbol

D_T_FMT
Locale's default format for date and time

D_FMT
Locale's default format for the date

T_FMT
Locale's default format for the time

AM_STR
Locale's equivalent of ``AM''

PM_STR
Locale's equivalent of ``PM''

CODESET
Locale's codeset name

T_FMT_AMPM
Locale's time format string for AM/PM

ERA
Locale's era segment descriptions

ERA_D_FMT
Locale's format string for era date

ERA_D_T_FMT
Locale's era date/time format string

ERA_T_FMT
Locale's format string for time

ALT_DIGITS
Locale's alternative symbols for digits

YESEXPR
Locale's affirmative response expression

NOEXPR
Locale's negative response expression

This information is retrieved by nl_langinfo(3C).

References

gettxt(3C), localeconv(3C), mkmsgs(1), nl_langinfo(3C), nl_types(5), strftime(3C)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004