GNU bug report logs - #66760
29.1; [BUG] GB18030 Incorrect Encoding

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Ruijie Yu <yuruijie@HIDDEN>; Keywords: confirmed help; dated Thu, 26 Oct 2023 13:18:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Added tag(s) help and confirmed. Request was from Stefan Kangas <stefankangas@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 66760 <at> debbugs.gnu.org:


Received: (at 66760) by debbugs.gnu.org; 4 Nov 2023 08:26:07 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Nov 04 04:26:07 2023
Received: from localhost ([127.0.0.1]:60482 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qzByp-0007Z0-5l
	for submit <at> debbugs.gnu.org; Sat, 04 Nov 2023 04:26:07 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:34464)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1qzByn-0007YX-Lc
 for 66760 <at> debbugs.gnu.org; Sat, 04 Nov 2023 04:26:06 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qzBy6-0004BJ-FL; Sat, 04 Nov 2023 04:25:22 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=u54BpqatCQ96bNDs+ytnTslkub2Oo3YfvaUzI/y7BQU=; b=XKSo5x++ZXlh
 hoKijPy2DuJZoV6F1B6WjCVQsVa/RX9+ocRPzn3ifnomLl/u0ePsSLc5uKXZBTm1BmSIVXqv4wpvn
 20pNDZ3v3k2GMcupGSfzI0MGM0sHjvgLYIUMdHEORxBMLPRso88fTZo7rcG5TlK5WamfMSllwUhP3
 Gn9FJgLQ8knoUeJMXiWOHcU3GLE+PFtSY9CqCwJ4RgbiJnc4xaQL+ci0WxgBYD/UBDm6+xuyQfne5
 Y7VjVbMcJbHLmEGV1aEWbqv8NveCAdPSPWaUmvakCE5GFv2/qa40eu0V4Spl+fk63aWiAT4Uz930g
 tutQklOAgkUfVhwGuB60sA==;
Date: Sat, 04 Nov 2023 10:25:07 +0200
Message-Id: <83h6m253j0.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Andreas Schwab <schwab@HIDDEN>
In-Reply-To: <mvmwmv979dg.fsf@HIDDEN> (message from Andreas Schwab on Thu, 26
 Oct 2023 16:20:59 +0200)
Subject: Re: bug#66760: 29.1; [BUG] GB18030 Incorrect Encoding
References: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN>
 <mvmwmv979dg.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 66760
Cc: 66760 <at> debbugs.gnu.org, yuruijie@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> Cc: 66760 <at> debbugs.gnu.org
> From: Andreas Schwab <schwab@HIDDEN>
> Date: Thu, 26 Oct 2023 16:20:59 +0200
> 
> On Okt 26 2023, Ruijie Yu wrote:
> 
> > I have noticed that in GB18030 encoding, certain ranges of characters
> > have incorrect encodings.
> >
> > One example is U+217A (SMALL ROMAN NUMERAL ELEVEN).  The expected
> > encoding is 81 36 C5 30 (as can be seen from the GB18030 standard [1]
> > and verified from other programs such as iconv and MySQL), whereas the
> > observed encoding within Emacs is 81 36 C4 39, with a 1-codepoint
> > offset.
> 
> This is a bug in the generation of GB180304.map.  The gb180303.awk
> script assumes that the 4-byte encodings of GB18030 are filling the
> holes in sequence of characters with a 2-byte encoding by Unicode
> codepoint order, but there are some places where codepoints from the PUA
> area are inserted into the sequence.  For example, U+1E3E maps to 81 35
> F4 36, the next codepoint not mapped to a 2-byte code is U+1E40, but
> that maps to 81 35 F4 38, whereas 81 35 F4 37 is the encoding of U+E7C7.
> So the output gets out of sync.

Thanks.  I don't think I understand the issue well enough, so patches
are welcome to fix this problem in the Awk script.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#66760; Package emacs. Full text available.

Message received at 66760 <at> debbugs.gnu.org:


Received: (at 66760) by debbugs.gnu.org; 26 Oct 2023 14:21:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 26 10:21:41 2023
Received: from localhost ([127.0.0.1]:34297 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qw1Ez-00013N-Ck
	for submit <at> debbugs.gnu.org; Thu, 26 Oct 2023 10:21:41 -0400
Received: from smtp-out2.suse.de ([2001:67c:2178:6::1d]:37252)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <schwab@HIDDEN>) id 1qw1Eu-00012q-KX
 for 66760 <at> debbugs.gnu.org; Thu, 26 Oct 2023 10:21:40 -0400
Received: from relay2.suse.de (relay2.suse.de [149.44.160.134])
 by smtp-out2.suse.de (Postfix) with ESMTP id 37D6B1F8AE;
 Thu, 26 Oct 2023 14:20:59 +0000 (UTC)
Received: from hawking.nue2.suse.org (unknown [10.168.4.11])
 by relay2.suse.de (Postfix) with ESMTP id E081B2D675;
 Thu, 26 Oct 2023 14:20:58 +0000 (UTC)
Received: by hawking.nue2.suse.org (Postfix, from userid 17005)
 id 106E24A0396; Thu, 26 Oct 2023 16:20:59 +0200 (CEST)
From: Andreas Schwab <schwab@HIDDEN>
To: "Ruijie Yu" <yuruijie@HIDDEN>
Subject: Re: bug#66760: 29.1; [BUG] GB18030 Incorrect Encoding
In-Reply-To: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN> (Ruijie Yu's
 message of "Thu, 26 Oct 2023 19:43:54 +0800")
References: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN>
X-Yow: It's OBVIOUS..  The FURS never reached ISTANBUL..  You were
 an EXTRA in the REMAKE of ``TOPKAPI''..  Go home to your
 WIFE..  She's making FRENCH TOAST!
Date: Thu, 26 Oct 2023 16:20:59 +0200
Message-ID: <mvmwmv979dg.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Level: 
X-Spamd-Bar: /
Authentication-Results: smtp-out2.suse.de; dkim=none; dmarc=none;
 spf=softfail (smtp-out2.suse.de: 149.44.160.134 is neither permitted nor
 denied by domain of schwab@HIDDEN) smtp.mailfrom=schwab@HIDDEN
X-Rspamd-Server: rspamd2
X-Spamd-Result: default: False [0.37 / 50.00]; ARC_NA(0.00)[];
 FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[];
 TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-3.00)[-1.000];
 MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.20)[suse.de];
 R_SPF_SOFTFAIL(0.60)[~all:c];
 RWL_MAILSPIKE_GOOD(0.00)[149.44.160.134:from];
 VIOLATED_DIRECT_SPF(3.50)[]; MX_GOOD(-0.01)[];
 RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-1.000];
 RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[];
 R_DKIM_NA(0.20)[]; MIME_TRACE(0.00)[0:+];
 RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[];
 BAYES_HAM(-0.12)[66.83%]
X-Spam-Score: 0.37
X-Rspamd-Queue-Id: 37D6B1F8AE
X-Spam-Flag: NO
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 66760
Cc: 66760 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

On Okt 26 2023, Ruijie Yu wrote:

> I have noticed that in GB18030 encoding, certain ranges of characters
> have incorrect encodings.
>
> One example is U+217A (SMALL ROMAN NUMERAL ELEVEN).  The expected
> encoding is 81 36 C5 30 (as can be seen from the GB18030 standard [1]
> and verified from other programs such as iconv and MySQL), whereas the
> observed encoding within Emacs is 81 36 C4 39, with a 1-codepoint
> offset.

This is a bug in the generation of GB180304.map.  The gb180303.awk
script assumes that the 4-byte encodings of GB18030 are filling the
holes in sequence of characters with a 2-byte encoding by Unicode
codepoint order, but there are some places where codepoints from the PUA
area are inserted into the sequence.  For example, U+1E3E maps to 81 35
F4 36, the next codepoint not mapped to a 2-byte code is U+1E40, but
that maps to 81 35 F4 38, whereas 81 35 F4 37 is the encoding of U+E7C7.
So the output gets out of sync.

-- 
Andreas Schwab, SUSE Labs, schwab@HIDDEN
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#66760; Package emacs. Full text available.

Message received at 66760 <at> debbugs.gnu.org:


Received: (at 66760) by debbugs.gnu.org; 26 Oct 2023 13:27:32 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 26 09:27:32 2023
Received: from localhost ([127.0.0.1]:60997 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qw0OZ-0007kn-Qc
	for submit <at> debbugs.gnu.org; Thu, 26 Oct 2023 09:27:32 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:51688)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1qw0OX-0007kb-PH
 for 66760 <at> debbugs.gnu.org; Thu, 26 Oct 2023 09:27:30 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qw0Nu-0008Kd-V9; Thu, 26 Oct 2023 09:26:51 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
 Date; bh=T5htQ3wGhKVN4MBYkcUlRUc58ScEleloOnnnixTl9es=; b=KQP5CnoXmV9CaV/DuCPY
 9v41ZAKmDDWKMhMnYtJCs4iOoIF++xMy0LBWJY05nbU2tu2ZzUAwnj0v+sFrhHN1Y16uHQt4k8aSR
 ryxxOC91u5cYhTcSuf/LbbR6o1V5y+EjUMfxAZRfbiEWDjfX/OEXWI0rTbsbBhN+4qOq0Wn8cLDuc
 eUSfX1wDI3mw04uALPfzXT7ULyt9Ba0STqlUChiifQeFpGi0REdnRRhbmqMnJh2vCGu1MnzkwtVIC
 TMID8dq7Zyd+B7cwtPsO6Z7pjued9jZbO9dVlrilHfC0rQ2/hMHPBprUQxoDdp2oKMQ+b4qmzsHwM
 gnqsdtB0ZEiBTw==;
Date: Thu, 26 Oct 2023 16:26:52 +0300
Message-Id: <83v8atfrab.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Ruijie Yu <yuruijie@HIDDEN>
In-Reply-To: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN>
 (yuruijie@HIDDEN)
Subject: Re: bug#66760: 29.1; [BUG] GB18030 Incorrect Encoding
References: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 66760
Cc: 66760 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> Date: Thu, 26 Oct 2023 19:43:54 +0800
> From: "Ruijie Yu" <yuruijie@HIDDEN>
> 
> Hello,
> 
> I have noticed that in GB18030 encoding, certain ranges of characters
> have incorrect encodings.
> 
> One example is U+217A (SMALL ROMAN NUMERAL ELEVEN).  The expected
> encoding is 81 36 C5 30 (as can be seen from the GB18030 standard [1]
> and verified from other programs such as iconv and MySQL), whereas the
> observed encoding within Emacs is 81 36 C4 39, with a 1-codepoint
> offset.
> 
> This behavior can be reproduced by the following recipe under both
> GNU/Linux and Windows:
> 
> --8<---------------cut here---------------start------------->8---
> $ emacs
> C-x h DEL
> C-x C-m f gb18030 RET
> C-x 8 RET 217a RET
> M-<
> C-u C-x =
> ;; observe the "file code":
> ;; file code: #x81 #x36 #xC4 #x39 (encoded by coding system chinese-gb18030-dos)
> --8<---------------cut here---------------end--------------->8---
> 
> In contrast, this is what I get on MySQL (which I have also verified
> against the GB18030 standard):
> 
> --8<---------------cut here---------------start------------->8---
> > CREATE TABLE gb (id INT, c TEXT CHARACTER SET GB18030);
> > INSERT INTO gb VALUES (0, 'ⅺ');
> > SELECT HEX(c) FROM gb;
> 
> +----------+
> | hex(c)   |
> +----------+
> | 8136C530 |
> +----------+
> --8<---------------cut here---------------end--------------->8---
> 
> Beyond this, I also noticed that U+A642 (CYRILLIC CAPITAL LETTER DZELO)
> has the encoding 82 36 B9 36 on Emacs, whereas MySQL has 82 36 BA 35,
> which has an offset of 9 codepoints.
> 
> Could someone with more expertise and time look into why there is a
> mismatch between Emacs' GB18030 data and the standard?

Alas, we don't have such experts on board, not anymore.  So we must do
it on our own somehow.

The mapping of GB18030 to Unicode is taken from glibc, see
etc/charsets/GB180302.map and etc/charsets/GB180304.map.  It is
possible that you are talking about a newer version of the GB18030
standard than these two mappings.  It is also possible that glibc has
since updated the mappings, and we failed to follow suit.  If so, we
need either to update the existing mappings or to add newer mappings.
Could you please see what needs to be done in this regard?




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#66760; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 26 Oct 2023 13:17:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 26 09:17:41 2023
Received: from localhost ([127.0.0.1]:60953 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qw0Ey-0007TY-La
	for submit <at> debbugs.gnu.org; Thu, 26 Oct 2023 09:17:41 -0400
Received: from lists.gnu.org ([2001:470:142::17]:54466)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <yuruijie@HIDDEN>) id 1qvytd-00057g-Hw
 for submit <at> debbugs.gnu.org; Thu, 26 Oct 2023 07:51:31 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <yuruijie@HIDDEN>)
 id 1qvyt3-0004rN-8c
 for bug-gnu-emacs@HIDDEN; Thu, 26 Oct 2023 07:50:53 -0400
Received: from mail.sics.ac.cn ([103.44.247.227])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <yuruijie@HIDDEN>)
 id 1qvysw-0002gi-3Z
 for bug-gnu-emacs@HIDDEN; Thu, 26 Oct 2023 07:50:53 -0400
Received: from mail.sics.ac.cn (unknown [192.168.5.103])
 by mail.sics.ac.cn (SkyGuard) with SMTP id 4SGPBZ5yQsz1XhV0X
 for <bug-gnu-emacs@HIDDEN>; Thu, 26 Oct 2023 19:45:58 +0800 (CST)
Received: from WebMail-f528764d ([127.0.0.1])
 (envelope-sender <yuruijie@HIDDEN>) by 127.0.0.1 with ESMTP
 for <bug-gnu-emacs@HIDDEN>; Thu, 26 Oct 2023 19:43:54 +0800
X-WM-Sender: yuruijie@HIDDEN
X-WM-AuthFlag: YES
X-WM-AuthUser: yuruijie@HIDDEN
Date: Thu, 26 Oct 2023 19:43:54 +0800
From: "Ruijie Yu" <yuruijie@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 29.1; [BUG] GB18030 Incorrect Encoding
X-Priority: 3
X-Mailer: WebMail by Winmail Mail Server 6.7(Build 0112)
X-Originating-IP: 121.15.186.82
Message-ID: <1015f5fcf69b9c0656d42932da193bd4@HIDDEN>
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
Received-SPF: none client-ip=103.44.247.227; envelope-from=yuruijie@HIDDEN;
 helo=mail.sics.ac.cn
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001,
 SPF_NONE=0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Thu, 26 Oct 2023 09:17:35 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Reply-To: Ruijie Yu <yuruijie@HIDDEN>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

SGVsbG8sDQoNCkkgaGF2ZSBub3RpY2VkIHRoYXQgaW4gR0IxODAzMCBlbmNvZGluZywgY2VydGFp
biByYW5nZXMgb2YgY2hhcmFjdGVycw0KaGF2ZSBpbmNvcnJlY3QgZW5jb2RpbmdzLg0KDQpPbmUg
ZXhhbXBsZSBpcyBVKzIxN0EgKFNNQUxMIFJPTUFOIE5VTUVSQUwgRUxFVkVOKS4gIFRoZSBleHBl
Y3RlZA0KZW5jb2RpbmcgaXMgODEgMzYgQzUgMzAgKGFzIGNhbiBiZSBzZWVuIGZyb20gdGhlIEdC
MTgwMzAgc3RhbmRhcmQgWzFdDQphbmQgdmVyaWZpZWQgZnJvbSBvdGhlciBwcm9ncmFtcyBzdWNo
IGFzIGljb252IGFuZCBNeVNRTCksIHdoZXJlYXMgdGhlDQpvYnNlcnZlZCBlbmNvZGluZyB3aXRo
aW4gRW1hY3MgaXMgODEgMzYgQzQgMzksIHdpdGggYSAxLWNvZGVwb2ludA0Kb2Zmc2V0Lg0KDQpU
aGlzIGJlaGF2aW9yIGNhbiBiZSByZXByb2R1Y2VkIGJ5IHRoZSBmb2xsb3dpbmcgcmVjaXBlIHVu
ZGVyIGJvdGgNCkdOVS9MaW51eCBhbmQgV2luZG93czoNCg0KLS04PC0tLS0tLS0tLS0tLS0tLWN1
dCBoZXJlLS0tLS0tLS0tLS0tLS0tc3RhcnQtLS0tLS0tLS0tLS0tPjgtLS0NCiQgZW1hY3MNCkMt
eCBoIERFTA0KQy14IEMtbSBmIGdiMTgwMzAgUkVUDQpDLXggOCBSRVQgMjE3YSBSRVQNCk0tPA0K
Qy11IEMteCA9DQo7OyBvYnNlcnZlIHRoZSAiZmlsZSBjb2RlIjoNCjs7IGZpbGUgY29kZTogI3g4
MSAjeDM2ICN4QzQgI3gzOSAoZW5jb2RlZCBieSBjb2Rpbmcgc3lzdGVtIGNoaW5lc2UtZ2IxODAz
MC1kb3MpDQotLTg8LS0tLS0tLS0tLS0tLS0tY3V0IGhlcmUtLS0tLS0tLS0tLS0tLS1lbmQtLS0t
LS0tLS0tLS0tLS0+OC0tLQ0KDQpJbiBjb250cmFzdCwgdGhpcyBpcyB3aGF0IEkgZ2V0IG9uIE15
U1FMICh3aGljaCBJIGhhdmUgYWxzbyB2ZXJpZmllZA0KYWdhaW5zdCB0aGUgR0IxODAzMCBzdGFu
ZGFyZCk6DQoNCi0tODwtLS0tLS0tLS0tLS0tLS1jdXQgaGVyZS0tLS0tLS0tLS0tLS0tLXN0YXJ0
LS0tLS0tLS0tLS0tLT44LS0tDQo+IENSRUFURSBUQUJMRSBnYiAoaWQgSU5ULCBjIFRFWFQgQ0hB
UkFDVEVSIFNFVCBHQjE4MDMwKTsNCj4gSU5TRVJUIElOVE8gZ2IgVkFMVUVTICgwLCAn4oW6Jyk7
DQo+IFNFTEVDVCBIRVgoYykgRlJPTSBnYjsNCg0KKy0tLS0tLS0tLS0rDQp8IGhleChjKSAgIHwN
CistLS0tLS0tLS0tKw0KfCA4MTM2QzUzMCB8DQorLS0tLS0tLS0tLSsNCi0tODwtLS0tLS0tLS0t
LS0tLS1jdXQgaGVyZS0tLS0tLS0tLS0tLS0tLWVuZC0tLS0tLS0tLS0tLS0tLT44LS0tDQoNCkJl
eW9uZCB0aGlzLCBJIGFsc28gbm90aWNlZCB0aGF0IFUrQTY0MiAoQ1lSSUxMSUMgQ0FQSVRBTCBM
RVRURVIgRFpFTE8pDQpoYXMgdGhlIGVuY29kaW5nIDgyIDM2IEI5IDM2IG9uIEVtYWNzLCB3aGVy
ZWFzIE15U1FMIGhhcyA4MiAzNiBCQSAzNSwNCndoaWNoIGhhcyBhbiBvZmZzZXQgb2YgOSBjb2Rl
cG9pbnRzLg0KDQpDb3VsZCBzb21lb25lIHdpdGggbW9yZSBleHBlcnRpc2UgYW5kIHRpbWUgbG9v
ayBpbnRvIHdoeSB0aGVyZSBpcyBhDQptaXNtYXRjaCBiZXR3ZWVuIEVtYWNzJyBHQjE4MDMwIGRh
dGEgYW5kIHRoZSBzdGFuZGFyZD8NCg0KWzFdOg0KaHR0cHM6Ly9vcGVuc3RkLnNhbXIuZ292LmNu
L2J6Z2svZ2IvbmV3R2JJbmZvP2hjbm89QTE5MzFBNTc4RkUxNDk1NzEwNDk4ODAyOUIwODMzRDMN
CigyMDArTUIgUERGLiAgVW5mb3J0dW5hdGVseSB0aGlzIGlzIHRoZSBvbmx5IG9mZmljaWFsIHNv
dXJjZSB3aGljaCBJIGNhbiBmaW5kLCBhbmQgaXQNCnJlcXVpcmVzIGEgY2FwdGNoYS4pDQoNCi0t
IA0KDQpCZXN0LA0KDQpSWQ0KDQpJbiBHTlUgRW1hY3MgMjkuMSAoYnVpbGQgMiwgeDg2XzY0LXc2
NC1taW5ndzMyKSBvZiAyMDIzLTA4LTAyIGJ1aWx0IG9uDQogQVZBTE9ODQpXaW5kb3dpbmcgc3lz
dGVtIGRpc3RyaWJ1dG9yICdNaWNyb3NvZnQgQ29ycC4nLCB2ZXJzaW9uIDEwLjAuMTkwNDUNClN5
c3RlbSBEZXNjcmlwdGlvbjogTWljcm9zb2Z0IFdpbmRvd3MgMTAgRW50ZXJwcmlzZSAodjEwLjAu
MjAwOS4xOTA0NS4zMDg2KQ0KDQpDb25maWd1cmVkIHVzaW5nOg0KICdjb25maWd1cmUgLS13aXRo
LW1vZHVsZXMgLS13aXRob3V0LWRidXMgLS13aXRoLW5hdGl2ZS1jb21waWxhdGlvbj1hb3QNCiAt
LXdpdGhvdXQtY29tcHJlc3MtaW5zdGFsbCAtLXdpdGgtdHJlZS1zaXR0ZXIgQ0ZMQUdTPS1PMicN
Cg0KQ29uZmlndXJlZCBmZWF0dXJlczoNCkFDTCBHSUYgR01QIEdOVVRMUyBIQVJGQlVaWiBKUEVH
IEpTT04gTENNUzIgTElCWE1MMiBNT0RVTEVTIE5BVElWRV9DT01QDQpOT1RJRlkgVzMyTk9USUZZ
IFBEVU1QRVIgUE5HIFJTVkcgU09VTkQgU1FMSVRFMyBUSFJFQURTIFRJRkYNClRPT0xLSVRfU0NS
T0xMX0JBUlMgVFJFRV9TSVRURVIgV0VCUCBYUE0gWkxJQg0KDQooTkFUSVZFX0NPTVAgcHJlc2Vu
dCBidXQgbGliZ2Njaml0IG5vdCBhdmFpbGFibGUpDQoNCkltcG9ydGFudCBzZXR0aW5nczoNCiAg
dmFsdWUgb2YgJExBTkc6IENIUw0KICBsb2NhbGUtY29kaW5nLXN5c3RlbTogY3A5MzYNCg0KTWFq
b3IgbW9kZTogTGlzcCBJbnRlcmFjdGlvbg0KDQo=






Acknowledgement sent to Ruijie Yu <yuruijie@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#66760; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 20 Jan 2024 12:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.