summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-09-10 16:00:45 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-09-10 23:56:53 +0200
commit527f355e5e97bb0f76e88caadb08d2405cacea94 (patch)
tree9e518d02dbebf8325131610c01e492c6304e1f0c /ChangeLog
parent7244f13ded2f09c089df768a4587110d181d1fb8 (diff)
downloadglibc-527f355e5e97bb0f76e88caadb08d2405cacea94.tar.gz
glibc-527f355e5e97bb0f76e88caadb08d2405cacea94.tar.xz
glibc-527f355e5e97bb0f76e88caadb08d2405cacea94.zip
Italian and Swiss locales: Use the correct separators (bug 10797).
CLDR and many other sources say that it_IT (Italian) should use a dot
(".") as a thousands separator and a comma (",") as a decimal separator.

For it_CH and de_CH CLDR says that they should use the Right Single
Quotation Mark ("’") as a thousands separator and a dot (".") as a
decimal separator.  Consequently, the same rules are copied to all other
locales in Switzerland.

These rules apply to both LC_MONETARY and LC_NUMERIC.

	[BZ #10797]
	* localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
	Single Quotation Mark).
	(thousands_sep): Likewise.
	* localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
	* localedata/locales/it_IT (thousands_sep): Use ".".
	(grouping): Use "3;3".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 510e5bfdf5..e0c9c39d2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-09-10  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #10797]
+	* localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
+	Single Quotation Mark).
+	(thousands_sep): Likewise.
+	* localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
+	* localedata/locales/it_IT (thousands_sep): Use ".".
+	(grouping): Use "3;3".
+
 2018-09-10  Joseph Myers  <joseph@codesourcery.com>
 
 	* scripts/build-many-glibcs.py (Context.add_all_configs): Add