From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii <eliz@gnu.org> Newsgroups: gmane.emacs.help Subject: Re: Selecting and inserting UTF-8 characters Date: Sat, 21 Oct 2023 10:50:05 +0300 Message-ID: <835y30s9ci.fsf@gnu.org> References: <ycDNJ8g7zgsbuLVMKK_aDNXoXbhzNV3JcLSQCwcTD0VMLO_pa8j_ozdTR5I7v1tPEez9PKvmNfkO3DFzGaC616Gm67wo1Rdg7wa7DlPxCQo=@protonmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19685"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Heime <heimeborgia@protonmail.com> Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 21 09:50:17 2023 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org> Envelope-to: geh-help-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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org>) id 1qu6kS-0004uC-OP for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 21 Oct 2023 09:50:16 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <help-gnu-emacs-bounces@gnu.org>) id 1qu6kL-0003MT-Kk; Sat, 21 Oct 2023 03:50:09 -0400 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 <eliz@gnu.org>) id 1qu6kK-0003ML-3f for help-gnu-emacs@gnu.org; Sat, 21 Oct 2023 03:50:08 -0400 Original-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@gnu.org>) id 1qu6kJ-0007l9-SX; Sat, 21 Oct 2023 03:50:07 -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=yTNz4a23jbuJyyUq3/bjd6wyxKgK1zLcJs1dCU7FZSU=; b=Xccp7GO8g+Kb DBKJGEx/SuaAjt8VShxJxoMktIj981NvKMuqmhjAUXJ93t4o90fIx5ygXZfJQNEy96SF/ruZMGEaw JpglI93Y4yGQvGJ6H2NLNmdBxOiWloDic9kcpT21z2CVt1epn9wpvzPpuKwSruzjY89PUrUbkW/+y 5LortG9vdyjTFCremHjMscEKpj1lwJcRdcA7oVh/NRwt7pMZO/qiqrVwoBWAK9T6Me5vkD+VU4KF6 QN+ry0IXtCOComxJqKZWF8iLzQwmaQwGODk4pl8NUqnKfwHrYlwkTXrq+xSutlM2PzXHavLGBCtxM +3Z4Wcona4jusKnaU75CLg==; In-Reply-To: <ycDNJ8g7zgsbuLVMKK_aDNXoXbhzNV3JcLSQCwcTD0VMLO_pa8j_ozdTR5I7v1tPEez9PKvmNfkO3DFzGaC616Gm67wo1Rdg7wa7DlPxCQo=@protonmail.com> (message from Heime on Sat, 21 Oct 2023 05:54:23 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <https://lists.gnu.org/archive/html/help-gnu-emacs> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe> Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145334 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/145334> > Date: Sat, 21 Oct 2023 05:54:23 +0000 > From: Heime <heimeborgia@protonmail.com> > > > > Is it possible to loop through UTF-8 Characters in Emacs and then insert a chosen one ? The characters supported by Emacs are Unicode characters (with some extensions for CJK locales). UTF-8 is their encoding when Emacs writes the characters to a file or sends it via the network. The encoding should not be a factor when you deal with inserting and deleting characters.