From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD84D3858D35; Tue, 23 May 2023 00:39:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD84D3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684802370; bh=GNs2ZnXc4otC0aUUReSTPn+xREebdNAr6PhbFIw0TfI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UGApzUtpxGAO5He1OqihijbBwsoQuB2/GaV39yWK3zP61jMVlpVfq7lVA2Qs9IaSV Cb/7uOInKFLJA5QHLVNyZPuNgMQ3kWapM5nlCMCYp0YxfjMp0uE6JdkPCLjh4+nwyy iOyKEiWdUCrdy0wI3U1Dz3Ru2dotfsmjftF/YjWs= From: "adam at wozniakconsulting dot com" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvMTA5OTM2XSBlcnJvcjogZXh0ZW5kZWQgY2hhcmFj?= =?UTF-8?B?dGVyIOKJoCBpcyBub3QgdmFsaWQgaW4gYW4gaWRlbnRpZmllcg==?= Date: Tue, 23 May 2023 00:39:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adam at wozniakconsulting dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109936 --- Comment #15 from Adam Wozniak --- (In reply to Jonathan Wakely from comment #6) > =E2=89=A0 cannot be used in an identifier, and it's none of the other for= ms either. at the risk of beating a dead horse, what you are saying here is that =E2= =89=A0 simply cannot be used, ever, anywhere, in C/C++. that seems like kind of a waste. a whole raft of unicode characters that simply cannot be used. so much for embracing unicode. Maybe someone wants= to name a variable "=C2=A732" for some reason, but can't because... why exactly? because the spec says so.=