Page MenuHomeFreeBSD

locale: more output fixes
ClosedPublic

Authored by yuripv on Sep 10 2019, 9:28 PM.
Tags
None
Referenced Files
F121963628: D21599.id.diff
Tue, Jul 1, 1:03 AM
Unknown Object (File)
Fri, Jun 27, 6:54 AM
Unknown Object (File)
Tue, Jun 24, 12:14 PM
Unknown Object (File)
Mon, Jun 23, 1:04 PM
Unknown Object (File)
Mon, Jun 9, 11:27 AM
Unknown Object (File)
Mon, Jun 2, 3:35 PM
Unknown Object (File)
Sun, Jun 1, 11:07 AM
Unknown Object (File)
May 25 2025, 5:05 AM
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.