From 0de96fc47898c0ed4c9c8e000fb63c897fe965ae Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 19 Feb 2002 02:14:08 +0000 Subject: 16673: add langinfo module as an interface to locale information. --- Doc/Zsh/mod_langinfo.yo | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Doc/Zsh/mod_langinfo.yo (limited to 'Doc/Zsh/mod_langinfo.yo') diff --git a/Doc/Zsh/mod_langinfo.yo b/Doc/Zsh/mod_langinfo.yo new file mode 100644 index 000000000..0372a95be --- /dev/null +++ b/Doc/Zsh/mod_langinfo.yo @@ -0,0 +1,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() -- cgit 1.4.1