From 5fd83771641d15c418f747bd343ba6738d3875f7 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 9 May 2021 14:20:58 -0400 Subject: Import macOS userland adv_cmds-176 basic_cmds-55 bootstrap_cmds-116.100.1 developer_cmds-66 diskdev_cmds-667.40.1 doc_cmds-53.60.1 file_cmds-321.40.3 mail_cmds-35 misc_cmds-34 network_cmds-606.40.1 patch_cmds-17 remote_cmds-63 shell_cmds-216.60.1 system_cmds-880.60.2 text_cmds-106 --- adv_cmds/localedef/def.p-2 | 280 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 adv_cmds/localedef/def.p-2 (limited to 'adv_cmds/localedef/def.p-2') diff --git a/adv_cmds/localedef/def.p-2 b/adv_cmds/localedef/def.p-2 new file mode 100644 index 0000000..9b6ee15 --- /dev/null +++ b/adv_cmds/localedef/def.p-2 @@ -0,0 +1,280 @@ +LC_CTYPE +# The following is the POSIX locale LC_CTYPE. +# "alpha" is by default "upper" and "lower" +# "alnum" is by definition "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 ; +# +toupper (,);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);\ + (

,

);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);(,) +# +tolower (,);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);\ + (

,

);(,);(,);(,);(,);\ + (,);(,);(,);(,);(,);(,) +END LC_CTYPE +LC_COLLATE +# This is the POSIX locale definition for the LC_COLLATE category. +# The order is the same as in the ASCII codeset. +order_start forward + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + + + + + + + + + + +order_end +# +END LC_COLLATE +LC_MONETARY +# This is the POSIX 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 +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 POSIX locale definition for +# the LC_NUMERIC category. +# +decimal_point "" +thousands_sep "" +grouping -1 +# +END LC_NUMERIC +LC_TIME +# This is the POSIX locale definition for +# the LC_TIME category. +# +# Abbreviated weekday names (%a) +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-hour time representation (%r) "%I:%M:%S %p" +t_fmt_ampm "\ +

" +# +END LC_TIME +LC_MESSAGES +# This is the POSIX locale definition for +# the LC_MESSAGES category. +# +yesexpr "" +# +noexpr "" +# +yesstr "yes" +nostr "no" +END LC_MESSAGES + -- cgit v1.2.3-56-ge451

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