Page MenuHomeFreeBSD

Update tools/tools/locale
ClosedPublic

Authored by hrs on Jun 29 2020, 5:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 10, 11:20 PM
Unknown Object (File)
Tue, Mar 10, 2:36 PM
Unknown Object (File)
Tue, Mar 10, 2:26 AM
Unknown Object (File)
Mon, Mar 9, 9:05 PM
Unknown Object (File)
Wed, Mar 4, 1:02 PM
Unknown Object (File)
Wed, Mar 4, 6:08 AM
Unknown Object (File)
Feb 8 2026, 4:25 PM
Unknown Object (File)
Jan 30 2026, 6:12 AM
Subscribers

Details

Summary

Update tools/tools/locale to add make targets to automatically generate locale source files. With this patch, just typing "make obj && make" should build them.

Fix issues in ja_JP ctypedef and range specification support in utf8-rollup.pl.

Details are as follows:

Makefile:

  • Support .OBJDIR.
  • Support pararell build.
  • Add a check of the installed tools.
  • Update to use CLDR v35.

tools/cldr2def.pl:

  • Use eucJP for ja_JP ctypedef because eucJP is not compatible with UTF-8.

tools/convert_map.pl:

  • Add a verbose error message.

tools/utf8-rollup.pl:

  • Normalize entries to use Unicode, not UTF-8.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

hrs requested review of this revision.Jun 29 2020, 5:37 AM

It looks good to me. Don't forget to mention in the commit log that it updates also Unicode to Unicode 13

This revision is now accepted and ready to land.Jul 4 2020, 7:57 PM
This revision was automatically updated to reflect the committed changes.

As I was going through MFCing locale changes, I noticed one little (BIG) problem with this review/commit -- it forgot to actually install the updated sources to share/ subdirectories, so we currently ship what was previous version in share/.

I'll take care of this in upcoming changes, no action required.

tools/tools/locale/patch/patch-UnicodeData.txt
1 ↗(On Diff #73860)

Was this submitted upstream as it's pretty hard to maintain such patches?