From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id B391321731 for ; Wed, 15 Jan 2025 18:16:24 +0100 (CET) Received: (qmail 18340 invoked by uid 550); 15 Jan 2025 17:16:19 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com x-ms-reactions: disallow Received: (qmail 18305 invoked from network); 15 Jan 2025 17:16:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=aevum.de; s=mail; t=1736961371; bh=7IityrAV9JPxZTJ3cmIIpZrMNb6K25XeokqtVCHIxGM=; h=From:Subject:Date:To:From; b=HoAv5Dvfv50j0mwvLqTwYrqqvSq14XqFhk8SuhbVcwpciOqi2Lsf4gqtslF5zm2/X 9VBiEvQCQAOc2k+HD4j4UYY0TVUw0gW3gDCA3As6AjW+boDXJE72L4i1RXyOId+/Zo /R38rtD5aI3iJVrC7dv40vGUJPRcUGY+umRNb7qU= From: Nick Wellnhofer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.300.87.4.3\)) Message-Id: <894954BE-C630-4023-AA57-51D5DD21DB57@aevum.de> Date: Wed, 15 Jan 2025 18:16:00 +0100 To: musl@lists.openwall.com X-Mailer: Apple Mail (2.3826.300.87.4.3) Subject: [musl] iconv EUC-JP support is incomplete Hello, I ran into this after getting reports of libxml2 test failures on musl. = EUC-JP also supports JIS X 0212 as third code set with characters = encoded as three-byte sequences starting with 0x8F. It seems that musl's = iconv implementation doesn't support these characters. Here's the work-around in our test suite: = https://gitlab.gnome.org/GNOME/libxml2/-/commit/afe8f8451459750d330e8bca9e= e3b02aeadeebb5 Nick