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)
Tue, Jul 23, 9:58 PM
Unknown Object (File)
Fri, Jul 19, 3:23 PM
Unknown Object (File)
Sat, Jul 13, 8:31 PM
Unknown Object (File)
Sat, Jul 6, 11:54 AM
Unknown Object (File)
Sat, Jul 6, 9:14 AM
Unknown Object (File)
Jun 24 2024, 9:37 AM
Unknown Object (File)
Jun 23 2024, 12:35 PM
Unknown Object (File)
Jun 22 2024, 8:47 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.