Page MenuHomeFreeBSD

locale: more output fixes
ClosedPublic

Authored by yuripv on Sep 10 2019, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 20, 2:21 AM
Unknown Object (File)
Thu, Mar 7, 6:33 AM
Unknown Object (File)
Feb 10 2024, 5:07 PM
Unknown Object (File)
Jan 14 2024, 5:07 PM
Unknown Object (File)
Dec 21 2023, 8:14 PM
Unknown Object (File)
Dec 20 2023, 8:04 AM
Unknown Object (File)
Dec 8 2023, 7:51 AM
Unknown Object (File)
Dec 3 2023, 3:47 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 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.