de96322b74
- 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
15 lines
409 B
Plaintext
15 lines
409 B
Plaintext
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
|
|
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
|
|
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
|
|
mon="January;February;March;April;May;June;July;August;September;October;November;December"
|
|
d_t_fmt="%a %b %e %H:%M:%S %Y"
|
|
d_fmt="%m/%d/%y"
|
|
t_fmt="%H:%M:%S"
|
|
am_pm="AM;PM"
|
|
t_fmt_ampm="%I:%M:%S %p"
|
|
era=
|
|
era_d_fmt=""
|
|
era_t_fmt=""
|
|
era_d_t_fmt=""
|
|
alt_digits=
|