Page MenuHomeFreeBSD

locale: more output fixes
ClosedPublic

Authored by yuripv on Sep 10 2019, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 30, 2:17 AM
Unknown Object (File)
Sat, May 6, 8:24 AM
Unknown Object (File)
Apr 13 2023, 8:52 AM
Unknown Object (File)
Apr 13 2023, 8:49 AM
Unknown Object (File)
Apr 13 2023, 8:49 AM
Unknown Object (File)
Apr 13 2023, 8:36 AM
Unknown Object (File)
Apr 8 2023, 12:30 AM
Unknown Object (File)
Mar 21 2023, 8:28 PM
Subscribers

Details

Summary
  • 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.

P.S. Baptiste, if I should include anyone else interested in reviewing locale stuff, please let me know.

Test Plan

New test cases provided, existing ones updated.

Compare the output of locale and locale -k for all POSIX specified keywords against linux.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This looks fine to me, tested locally with success.

Note that I am fine with reviewing the locale patches and I am not sure anyone else is really interested into locale stuff :(

This revision is now accepted and ready to land.Sep 11 2019, 7:24 AM
This revision was automatically updated to reflect the committed changes.