From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christopher Yeleighton Newsgroups: gmane.emacs.bugs Subject: bug#68751: Acknowledgement (29.1; "\x0e0" is a multibyte string) Date: Sat, 27 Jan 2024 06:46:36 +0000 Message-ID: <924db1f7-1bee-41cb-bd59-c54a9572b830@stegny.2a.pl> References: <3848edca-6d0b-4875-944d-c6ee193b92db@stegny.2a.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10883"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird To: 68751@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jan 27 07:47:20 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rTcTH-0002cr-Px for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 27 Jan 2024 07:47:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rTcSv-0008TB-IB; Sat, 27 Jan 2024 01:46:57 -0500 Original-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 ) id 1rTcSt-0008RN-Bf for bug-gnu-emacs@gnu.org; Sat, 27 Jan 2024 01:46:55 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rTcSt-0002LF-3c for bug-gnu-emacs@gnu.org; Sat, 27 Jan 2024 01:46:55 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rTcSz-0001w0-N8 for bug-gnu-emacs@gnu.org; Sat, 27 Jan 2024 01:47:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Christopher Yeleighton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Jan 2024 06:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68751 X-GNU-PR-Package: emacs Original-Received: via spool by 68751-submit@debbugs.gnu.org id=B68751.17063380177427 (code B ref 68751); Sat, 27 Jan 2024 06:47:01 +0000 Original-Received: (at 68751) by debbugs.gnu.org; 27 Jan 2024 06:46:57 +0000 Original-Received: from localhost ([127.0.0.1]:53319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTcSv-0001vi-Gj for submit@debbugs.gnu.org; Sat, 27 Jan 2024 01:46:57 -0500 Original-Received: from shark2.2a.pl ([213.77.90.2]:62871 helo=shark.2a.pl) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTcSt-0001vQ-7l for 68751@debbugs.gnu.org; Sat, 27 Jan 2024 01:46:56 -0500 Original-Received: from wrasse.2a.pl (wrasse.2a.pl [213.77.90.7]) by shark.2a.pl (Postfix) with ESMTP id B4250175080C for <68751@debbugs.gnu.org>; Sat, 27 Jan 2024 07:46:41 +0100 (CET) X-Virus-Scanned: amavisd-new at 2a.pl Original-Received: from shark.2a.pl ([213.77.90.2]) by wrasse.2a.pl (wrasse.2a.pl [213.77.90.7]) (amavisd-new, port 10024) with ESMTP id B_RAzvwQoenn for <68751@debbugs.gnu.org>; Sat, 27 Jan 2024 07:58:48 +0100 (CET) Original-Received: from [192.168.0.101] (unknown [10.8.1.26]) by shark.2a.pl (Postfix) with ESMTPA id D6086175080D for <68751@debbugs.gnu.org>; Sat, 27 Jan 2024 07:46:39 +0100 (CET) Content-Language: en-US In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:278965 Archived-At: Info (elisp) Non-ASCII in Strings says: > If a string constant contains hexadecimal or octal escape sequences, and these > escape sequences all specify unibyte characters (i.e., less than 256), > and there are no other literal non-ASCII characters or Unicode-style > escape sequences in the string, then Emacs automatically assumes that it > is a unibyte string. I believe it should say: | (i.e., less than 256 and octal or written with 2 hexadecimal digits), and additionally | Unibyte characters embedded in multibyte string constants evaluate to private character codes, | e.g. "\x0a0\xa0" equals "\x0a0\x3fffa0". On 27.01.2024 06:31, GNU bug Tracking System wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-gnu-emacs@gnu.org > > If you wish to submit further information on this problem, please > send it to 68751@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. >