From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FE573857C44; Wed, 16 Aug 2023 20:22:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FE573857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692217355; bh=mPk4QyzTjeqs4LbDsGammBnVJ8GRC7TgwgVTjRnjS+c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g/6ZI1wdqF4YZmzu4R/sIkGKpkd0FVyFG6HnMJun/Qf3/t0eMF43N78dFv8/SER/8 0nmUrek2wGBKzDcWMjQv7G0vwZ3v9sXKw1LyvlPnOcF2kZyuZ4Nqz2IKI8fCb1AvPQ Gr0SqAhv2y0CX01HDAjQ4s/pRbkABTuccHSGUy3U= From: "maiku.fabian at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug locale/30243] Add full support for GB18030-2022 Date: Wed, 16 Aug 2023 20:22:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D30243 Mike FABIAN changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maiku.fabian at gmail dot = com --- Comment #15 from Mike FABIAN --- I tested v3 a while ago (2023-07-26). I think it is good.=20 I could compile and install it. I wrote a small python test program to test iconv with and without the patch. https://mfabian.fedorapeople.org/misc/iconv-test.py The patch made all the codepoints mentioned in the tables in https://www.unicode.org/L2/L2022/22274-disruptive-changes.pdf work correctly for the 2022 version of the standard. Without the patch, only the two byte GB18030 code points in the Annex A tab= le work, the 4 byte GB18030 codepoints work only with the patch.=20 The patch is also needed to make the conversions in the Annex B and Annex C tables work. By the way, the Annex C table in the above PDF contains a typo in the first column, last row: it should be U+8612, not U+8162. --=20 You are receiving this mail because: You are on the CC list for the bug.=