Page MenuHomeFreeBSD

introduce C.UTF-8 locale
ClosedPublic

Authored by yuripv on Nov 4 2018, 6:30 AM.
Tags
None
Referenced Files
F110296052: D17833.diff
Sun, Feb 16, 9:53 AM
Unknown Object (File)
Fri, Feb 14, 8:03 PM
Unknown Object (File)
Thu, Feb 6, 11:27 PM
Unknown Object (File)
Tue, Feb 4, 7:51 PM
Unknown Object (File)
Sat, Jan 25, 3:47 PM
Unknown Object (File)
Mon, Jan 20, 5:41 PM
Unknown Object (File)
Jan 13 2025, 11:51 PM
Unknown Object (File)
Jan 11 2025, 3:53 PM

Details

Summary

Introduce C.UTF-8 locale, using the same common CTYPE map as other UTF-8 locales (and it's now the source of symlinks instead of en_US one), and having all other components use C locale.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 4 2018, 6:50 AM
eadler added a subscriber: eadler.

review is for everything but the perl code. That seems okay but I don't trust my review :)

cem accepted this revision.EditedNov 4 2018, 6:01 PM

I really like the logical change — thank you for making it! I don't have total familiarity with this area, especially the Perl, but nothing about it looks bad to me.

Just for the note: perl bits here are only the helper tools for someone updating the locale sources in share/, and aren't run during the build, so even if something is broken there (and I tried not to as I used them), it's only bad until there's a need to update the data again where they will be fixed anyway :)

This revision was automatically updated to reflect the committed changes.