Document Number: N1043 Document Date: 2003-11-08 ----------------------------------------------------------------------------- # C Standard Locale # # The data is in accordance with ISO/IEC 9899:1999 # The format is in accordance with ISO/IEC 9945-2:1993 # # Source: ISO/IEC JTC1/SC22/WG14 - Programming Language C # Address: C/O RAP, Sankt Jorgens Alle 8, # DK-1615 Copenhagen V, Denmark # Contact: Keld Simonsen # Email: Keld.Simonsen@dkuug.dk # Tel: +45 33226543 # Fax: +45 33256543 # Language: C # Territory: # Revision: 1.3 # Date: 2003-11-08 # Application: general # Users: general # Repertoiremap: POSIX # Charset: ISO_646.IRV:1991 # Distribution and use is free, also for # commercial purposes. LC_CTYPE # This is the C Locale definition for the LC_CTYPE category. # "alpha" is by default "upper" and "lower" # "alnum" is by definiton "alpha" and "digit" # "print" is by default "alnum", "punct" and the character # "graph" is by default "alnum" and "punct" # upper ;;;;;;;;;;;;\ ;;

;;;;;;;;;; # digit ;;;;;\ ;;;; # space ;;;;\ ; # cntrl ;;;;;\ ;;\ ;;;;;;;;\ ;;;;;;;;;\ ;;;;;;; # punct ;;;\ ;;;;\ ;;;\ ;;;;;\ ;;;;\ ;;;\ ;;;\ ;;;\ ;;;; # xdigit ;;;;;;;;;\ ;;;;;;;;;;;; # blank ; # tolower (,);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);\ (

,

);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);(,); # toupper (,);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);\ (

,

);(,);(,);(,);(,);\ (,);(,);(,);(,);(,);(,); END LC_CTYPE LC_COLLATE # This is the C Locale definition for the LC_COLLATE category. # The order is the same as in the ASCII code set. order_start forward

order_end # END LC_COLLATE LC_MONETARY # This is the C Locale definition for # the LC_MONETARY category. # int_curr_symbol "" currency_symbol "" mon_decimal_point "" mon_thousands_sep "" mon_grouping -1 positive_sign "" negative_sign "" int_frac_digits -1 frac_digits -1 p_cs_precedes -1 p_sep_by_space -1 n_cs_precedes -1 n_sep_by_space -1 p_sign_posn -1 n_sign_posn -1 # END LC_MONETARY LC_NUMERIC # This is the C Locale definition for # the LC_NUMERIC category. # decimal_point "" thousands_sep "" grouping -1 # END LC_NUMERIC LC_TIME # This is the C Locale definition for # the LC_TIME category. # # Abbreviated weekday names (%s) abday "";"";"";"";\ "";"";"" # # Full weekday names (%A) day "";"";\ "";"";\ "";"";\ "" # # Abbreviated month names (%b) abmon "";"";"";\ "

";"";"";\ "";"";"

";\ "";"";"" # # Full month names (%B) mon "";"";\ "";"

";\ "";"";\ "";"";\ "

";"";\ "";"" # # Equivalent of AM/PM (%p) "AM"/"PM" am_pm "";"

" # # Appropriate date and time representation (%c) # "%a %b %e %H:%M:%S %Y" d_t_fmt "\ \ " # # Appropriate date representation (%x) "%m/%d/%y" d_fmt "" # # Appropriate time representation (%X) "%H:%M:%S" t_fmt "" # # Appropriate 12 h time representation (%r) "%I:%M:%S %p" t_fmt_ampm "

" # END LC_TIME LC_MESSAGES # This is the C Locale definition for # the LC_MESSAGES category. # yesexpr "" # noexpr "" END LC_MESSAGES

;;;;;;;;;; # lower ;;;;;;;;;;;;\ ;;