Page MenuHomeFreeBSD

introduce C.UTF-8 locale
ClosedPublic

Authored by yuripv on Nov 4 2018, 6:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 8:57 AM
Unknown Object (File)
Tue, Dec 3, 11:11 AM
Unknown Object (File)
Nov 24 2024, 3:30 AM
Unknown Object (File)
Nov 23 2024, 1:43 AM
Unknown Object (File)
Nov 22 2024, 3:48 PM
Unknown Object (File)
Nov 16 2024, 11:01 AM
Unknown Object (File)
Nov 8 2024, 12:11 AM
Unknown Object (File)
Oct 31 2024, 9:07 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 Skipped
Unit
Tests Skipped

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.