From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29025385800D; Thu, 11 Jan 2024 16:05:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29025385800D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704989110; bh=i4+x3fk7tcKIa6d0A2Fv77QlpcAHIWuMOEugad7tq3k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tm24qumL8wH5ibFKL7bUhzkhRSRbalUJtOfTF/m3GiuAqQqndMWHsi/AQJgF7BdLe Q2oe2BIqXSsNrZPF020fM8YjI09IJM/6jKMjs1NcT59PkHZAyh3Bxule1h2Ii3k/ef 3qixK4o2xePkdGk5MybC9MZupHfA1XFSikgYiVc0= From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/27163] Error on test glk_IR with localedef Date: Thu, 11 Jan 2024 16:05:10 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: 2.39 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=3D27163 --- Comment #4 from Mike FABIAN --- > sudo localedef -i glk_IR -c -f ISO-8859-6 glk_IR Please use UTF-8 instead of ISO-8859-6. With my patch: bash-5.2# localedef -i glk_IR -f UTF-8 /tmp/glk_IR glk_IR:325: LC_TIME: syntax error [error] LC_TIME: field `am_pm' not defined [error] LC_ADDRESS: field `lang_ab' must not be defined [error] no output file produced because errors were issued bash-5.2#=20 lang_ab should be empty if there is no two letter code for the language: lang_ab "" --=20 You are receiving this mail because: You are on the CC list for the bug.=