File: mod_langinfo.yo

package info (click to toggle)
zsh 4.3.10-14
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,996 kB
  • ctags: 8,081
  • sloc: ansic: 92,269; sh: 5,580; makefile: 844; perl: 619; awk: 381; sed: 16
file content (37 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
COMMENT(!MOD!zsh/langinfo
Interface to locale information.
!MOD!)
The tt(zsh/langinfo) module makes available one parameter:

startitem()
vindex(langinfo)
item(tt(langinfo))(
An associative array that maps langinfo elements to
their values.

Your implementation may support a number of the following keys:

tt(CODESET),
tt(D_T_FMT),
tt(D_FMT),
tt(T_FMT),
tt(RADIXCHAR),
tt(THOUSEP),
tt(YESEXPR),
tt(NOEXPR),
tt(CRNCYSTR),
tt(ABDAY_{1..7}),
tt(DAY_{1..7}),
tt(ABMON_{1..12}),
tt(MON_{1..12}),
tt(T_FMT_AMPM),
tt(AM_STR),
tt(PM_STR),
tt(ERA),
tt(ERA_D_FMT),
tt(ERA_D_T_FMT),
tt(ERA_T_FMT),
tt(ALT_DIGITS)

)
enditem()