| #
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 ...
|
| #
7cefd8ca
|
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Regenerate locales
|
| #
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
|
| #
2928f042
|
| 19-Feb-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
. add comment that 4 character of int_curr_symbol should be SPACE . fix chinese locales to meet this requirement
|
| #
f816f51e
|
| 10-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Back out my "3;3" -> something changes. While technikally the same, it only leads to confusion.
|
| #
6088aac9
|
| 10-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
I change my mind a bit: assuming last \0 is contrproductive since will cause user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" or "3" must not cause repeating (co
I change my mind a bit: assuming last \0 is contrproductive since will cause user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" or "3" must not cause repeating (converted to \3, CHAR_MAX, \0) Still not implemented and broken in localeconv()
show more ...
|
| #
90b99402
|
| 10-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() par
Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken.
show more ...
|
| #
5f8254a0
|
| 09-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Back out removing trailing space from int_curr_symbol, this is SUSV2 requirement
|
| #
a08c9b66
|
| 09-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove extra space after int_curr_sym
|
| #
a322eaa8
|
| 08-Feb-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
Add sources for following categories: LC_NUMERIC (share/numericdef), LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find so
Add sources for following categories: LC_NUMERIC (share/numericdef), LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time in near future and'll try to make defintions for other locales.
show more ...
|