| #
9df8243a
|
| 06-Dec-2025 |
Jose Luis Duran <jlduran@FreeBSD.org> |
locale: make posix
Run make posix to generate monetary definition files with the international parameters missing from localeconv(3)'s lconv struct.
Manually convert the "frozen" non-unicode locale
locale: make posix
Run make posix to generate monetary definition files with the international parameters missing from localeconv(3)'s lconv struct.
Manually convert the "frozen" non-unicode locales under share/monetdef.
Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53917
show more ...
|
| #
0a36787e
|
| 22-Jul-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
locales: separate unicode from other locales
Unicode locales are maintained and to evolved in cldr. Generating the other locales from the unicode gets more and more painful over the time.
Let's fre
locales: separate unicode from other locales
Unicode locales are maintained and to evolved in cldr. Generating the other locales from the unicode gets more and more painful over the time.
Let's freeze the other locales to cldr 34.0.
show more ...
|
| #
1ade1c41
|
| 03-Nov-2018 |
Yuri Pankov <yuripv@FreeBSD.org> |
Update to CLDR 34 and UNICODE 11.
Discussed with: bapt Approved by: kib (mentor) MFC after: 1 month
|
| #
3cf6509d
|
| 03-Jul-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Posixify the locales name for variants
For all locales with variants: - if no ambiguity on the locale (only one variant) just use the regular name - if ambiguity, pick one as default and append @<va
Posixify the locales name for variants
For all locales with variants: - if no ambiguity on the locale (only one variant) just use the regular name - if ambiguity, pick one as default and append @<variant> to the others respecting POSIX
As a result: - All the 3 components locales added recently are renamed to the usual 2 components version for all but sr_RS.UTF-8 - Set sr_RS.UTF-8 to the cyrillic variant - Add sr_RS.UTF-8@latin - Remove the symlinks aliases they were created to represent the 2 components version as aliasas and are now useless - Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those changes
Discussed with: ache@ Approved by: re@ (gjb)
show more ...
|
| #
1a41e1f1
|
| 08-Aug-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Add newly generated locales from CLDR 27.0.1 only skip timedef until I figure out how to workaround svn painful mime-type handling
|