Rev | Author | # | Line |
---|---|---|---|
1 | perry | 1 | LOCALE |
2 | !!!LOCALE | ||
3 | NAME | ||
4 | SYNOPSIS | ||
5 | DESCRIPTION | ||
6 | ENVIRONMENT VARIABLES | ||
7 | AUTHOR | ||
8 | ---- | ||
9 | !!NAME | ||
10 | |||
11 | |||
12 | locale - Get locale-specific information. | ||
13 | !!SYNOPSIS | ||
14 | |||
15 | |||
16 | __locale [[__ -a -m__]__ | ||
17 | |||
18 | |||
19 | __locale [[__ -ck __]__ ''name''... | ||
20 | !!DESCRIPTION | ||
21 | |||
22 | |||
23 | The ''locale'' program writes information about the | ||
24 | current locale environment, or all locales, to standard | ||
25 | output. | ||
26 | |||
27 | |||
28 | When invoked without arguments, ''locale'' summarizes the | ||
29 | current locale environment for each locale category defined | ||
30 | by the LC_* environment variables. | ||
31 | |||
32 | |||
33 | __-a__, __--all-locales__ | ||
34 | |||
35 | |||
36 | Write names of available locales. | ||
37 | __-m__, __--charmaps__ | ||
38 | |||
39 | |||
40 | Write names of available charmaps. | ||
41 | |||
42 | |||
43 | __Output Format:__ | ||
44 | |||
45 | |||
46 | __-c__, __--category-name__ | ||
47 | |||
48 | |||
49 | Write names of selected categories. | ||
50 | __-k__, __--keyword-name__ | ||
51 | |||
52 | |||
53 | Write names and values of selected keywords. | ||
54 | !!ENVIRONMENT VARIABLES | ||
55 | |||
56 | |||
57 | LC_CTYPE | ||
58 | |||
59 | |||
60 | Character classification and case conversion. | ||
61 | LC_COLLATE | ||
62 | |||
63 | |||
64 | Collation order. | ||
65 | LC_TIME | ||
66 | |||
67 | |||
68 | Date and time formats. | ||
69 | LC_NUMERIC | ||
70 | |||
71 | |||
72 | Non-monetary numeric formats. | ||
73 | LC_MONETARY | ||
74 | |||
75 | |||
76 | Monetary formats. | ||
77 | LC_MESSAGES | ||
78 | |||
79 | |||
80 | Formats of informative and diagnostic messages and | ||
81 | interactive responses. | ||
82 | LC_PAPER | ||
83 | |||
84 | |||
85 | Paper size. | ||
86 | LC_NAME | ||
87 | |||
88 | |||
89 | Name formats. | ||
90 | LC_ADDRESS | ||
91 | |||
92 | |||
93 | Address formats and location information. | ||
94 | LC_TELEPHONE | ||
95 | |||
96 | |||
97 | Telephone number formats. | ||
98 | LC_MEASUREMENT | ||
99 | |||
100 | |||
101 | Measurement units (Metric or Other). | ||
102 | LC_IDENTIFICATION | ||
103 | |||
104 | |||
105 | Metadata about the locale information. | ||
106 | !!AUTHOR | ||
107 | |||
108 | |||
109 | ''locale'' was written by Ulrich Drepper for the | ||
110 | GNU C Library. | ||
111 | |||
112 | |||
113 | This manpage was written by Joel Klecker | ||
114 | ---- |