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, Mar 30, 9:14 AM
Unknown Object (File)
Thu, Mar 27, 6:11 AM
Unknown Object (File)
Sun, Mar 9, 6:19 PM
Unknown Object (File)
Sun, Mar 9, 4:52 PM
Unknown Object (File)
Sun, Mar 9, 2:45 PM
Unknown Object (File)
Sun, Mar 9, 1:37 PM
Unknown Object (File)
Feb 23 2025, 2:36 AM
Unknown Object (File)
Feb 22 2025, 3:39 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 Not Applicable
Unit
Tests Not Applicable

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.