Page MenuHomeFreeBSD

locale: more output fixes
ClosedPublic

Authored by yuripv on Sep 10 2019, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 11, 6:23 PM
Unknown Object (File)
Sun, May 11, 7:27 AM
Unknown Object (File)
Sat, May 10, 6:25 PM
Unknown Object (File)
Tue, Apr 22, 7:00 AM
Unknown Object (File)
Apr 14 2025, 8:40 AM
Unknown Object (File)
Apr 14 2025, 4:54 AM
Unknown Object (File)
Apr 14 2025, 12:27 AM
Unknown Object (File)
Apr 13 2025, 11:27 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.