130f730aba
- make abday, day, abmon, mon, am_pm output quoting match linux - workaround localeconv() issue for mon_grouping and grouping (PR172215) - for other values not available in default locale, output -1 instead of 127 (CHAR_MAX) as returned by localeconv() With these changes, output of `locale` and `locale -k` for all keywords specified by POSIX exactly matches the linux one. PR: 237752 Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D21599
22 lines
388 B
Plaintext
22 lines
388 B
Plaintext
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
|
|
int_p_cs_precedes=-1
|
|
int_n_cs_precedes=-1
|
|
int_p_sep_by_space=-1
|
|
int_n_sep_by_space=-1
|
|
int_p_sign_posn=-1
|
|
int_n_sign_posn=-1
|