History log of /src/share/numericdef_unicode/it_CH.UTF-8.src (Results 1 – 6 of 6)
Revision Date Author Comments
# 2cfd9fe8 08-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai Yo

https://www.unicode.org/versions/Unicode17.0.0/

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 ...


# fe90c6bf 03-Nov-2017 Baptiste Daroussin <bapt@FreeBSD.org>

Update to CLDR 32 and Unicode 10

MFC after: 2 weeks
Relnotes: yes


# 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


# 298403f4 09-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

Fix LC_NUMERIC and LC_MONETARY for de_CH locale

With the de_CH (swiss german) locale, numbers should look like this:

numbers: 1'234.45
monetary values: Fr. 1'234.45

Previously, the thousan

Fix LC_NUMERIC and LC_MONETARY for de_CH locale

With the de_CH (swiss german) locale, numbers should look like this:

numbers: 1'234.45
monetary values: Fr. 1'234.45

Previously, the thousands separator was missing for numbers, and
"." for monetary values, and "," was incorrectly used as decimal
point.

PR: conf/75502
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 1 week

show more ...