From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B7B4D3858C52; Tue, 23 May 2023 11:48:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7B4D3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684842519; bh=Wief1pgU+wZnxrgDFkEG01DoW725f/c43jq8Lwgvydo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vG/BomH8Tr8x79B+jlO2Lo4mhgZS+7isnZ44mxzWkkD7IS/0uapQNpSETfWPjwGMj fxwzV08uh+SSqLYE+KTPS1rFHdJ4hXO/ScGzEk7KSxVcHPulv5iNwS17UcmJxL10gq Di6x83pIt0FeHpZXSxja0Vtf90PaPrDDCX2S3Yfo= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/23048] iconv: add more macintosh tables and aliases Date: Tue, 23 May 2023 11:48:39 +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.28 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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=3D23048 --- Comment #9 from Florian Weimer --- (In reply to Jascha Eliano Paetzold from comment #8) > I have little to no experience with encodings, but I assume that it would= be > sufficient for me to generate a text file spanning all possible characters > in the 8 bit range and pass it to the iconv command in the MacOS shell > (setting it to convert from unicode to mac-greek etc.) and then post the > output here? For 8-bit input lie that, you'd have to convert *from* mac-greek. For conversion to mac-greek, you'd have to enumerate all Unicode codepoints= (or maybe just the BMP), and somehow skip over unconvertable characters. That is probably best done programmatically because iconv (the shell command) may n= ot provide enough information for skipped/non-convertable Unicode codepoints. --=20 You are receiving this mail because: You are on the CC list for the bug.=