* Selecting and inserting UTF-8 characters
@ 2023-10-21 5:54 Heime
2023-10-21 7:41 ` Bruno Barbier
2023-10-21 7:50 ` Eli Zaretskii
0 siblings, 2 replies; 4+ messages in thread
From: Heime @ 2023-10-21 5:54 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor
Is it possible to loop through UTF-8 Characters in Emacs and then insert a chosen one ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Selecting and inserting UTF-8 characters
2023-10-21 5:54 Selecting and inserting UTF-8 characters Heime
@ 2023-10-21 7:41 ` Bruno Barbier
2023-10-25 18:26 ` Marcin Borkowski
2023-10-21 7:50 ` Eli Zaretskii
1 sibling, 1 reply; 4+ messages in thread
From: Bruno Barbier @ 2023-10-21 7:41 UTC (permalink / raw)
To: Heime, Heime via Users list for the GNU Emacs text editor
Heime <heimeborgia@protonmail.com> writes:
> Is it possible to loop through UTF-8 Characters in Emacs and then insert a chosen one ?
M-x insert-char ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Selecting and inserting UTF-8 characters
2023-10-21 5:54 Selecting and inserting UTF-8 characters Heime
2023-10-21 7:41 ` Bruno Barbier
@ 2023-10-21 7:50 ` Eli Zaretskii
1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-10-21 7:50 UTC (permalink / raw)
To: Heime; +Cc: help-gnu-emacs
> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Selecting and inserting UTF-8 characters
2023-10-21 7:41 ` Bruno Barbier
@ 2023-10-25 18:26 ` Marcin Borkowski
0 siblings, 0 replies; 4+ messages in thread
From: Marcin Borkowski @ 2023-10-25 18:26 UTC (permalink / raw)
To: Bruno Barbier; +Cc: Heime, Heime via Users list for the GNU Emacs text editor
On 2023-10-21, at 09:41, Bruno Barbier <brubar.cs@gmail.com> wrote:
> Heime <heimeborgia@protonmail.com> writes:
>
>> Is it possible to loop through UTF-8 Characters in Emacs and then insert a chosen one ?
>
> M-x insert-char ?
Also available as C-x 8 RET.
--
Marcin Borkowski
http://mbork.pl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-25 18:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-21 5:54 Selecting and inserting UTF-8 characters Heime
2023-10-21 7:41 ` Bruno Barbier
2023-10-25 18:26 ` Marcin Borkowski
2023-10-21 7:50 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).