From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 560693858401; Thu, 16 Nov 2023 13:57:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 560693858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700143037; bh=iB96cmbfRkoAX1tG4AS+bTZkBq+5o19kqXTjxff7PZM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wxV9jkjmSSnDiGC8AR0cR2C0qmS1IF2wvbI7Q2pAjl9C2SxTYKL5wBFiKQF+2Z1AS Wg7iU/08B5WiTYuzEniWQhce2533GWo9M2C9eUov8JHSEa54VyrsbyxzeHE7IerCcP kfSc2VjboRSvGGKJs9vxpmsPqqmREAbk50MLdP3A= From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/28643] it_IT: Days and Months do not have an uppercase letter Date: Thu, 16 Nov 2023 13:57:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28643 --- Comment #1 from Mike FABIAN --- They are not capitalized in CLDR either: https://github.com/unicode-org/cldr/blob/main/common/main/it.xml#L1848 domenica luned=C3=AC marted=C3=AC mercoled=C3=AC gioved=C3=AC venerd=C3=AC sabato As far as I know, the capitalization of these words in Italian depends on whether they appear at the beginning of a sentence or not. Gennaio =C3=A8 il primo mese dell'anno. Oggi =C3=A8 luned=C3=AC. L'italiano =C3=A8 una lingua bellissima. So if they are usually not capitalized but only at the beginning of sentenc= es, then maybe the application using this data should do the capitalization? For example, maybe `cal` should capitalize here because these names appear = "at the beginning"?: $ LC_ALL=3Dit_IT.UTF-8 cal=20 novembre 2023=20=20=20 lu ma me gi ve sa do 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 On the other hand, maybe almost all uses of this data in glibc are not with= in a sentence, so maybe capitalizing always is OK? > This bug is not present in other locales, as far as I know. Currently many locales don=E2=80=99t have these capitalized: glibc/localedata/locales (master $) $ grep day fr_FR es_ES fr_FR:abday "dim.";"lun.";"mar.";"mer.";"jeu.";"ven.";"sam." fr_FR:day "dimanche";/ fr_FR:first_weekday 2 es_ES:abday "dom";"lun";/ es_ES:day "domingo";/ es_ES:first_weekday 2 --=20 You are receiving this mail because: You are on the CC list for the bug.=