* Conveniently see utf8 characters and corresponding hex codes for them
@ 2022-10-20 22:27 Heime via Users list for the GNU Emacs text editor
2022-10-21 0:15 ` Michael Heerdegen
0 siblings, 1 reply; 8+ messages in thread
From: Heime via Users list for the GNU Emacs text editor @ 2022-10-20 22:27 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor
I can see that (read-char-by-name "Unicode: ") shows the UTF8 character names. But I do not see any
easier way to see the actual UTF8 character. Is there any possibility of making it easier to see the UTF8 character
with its hex code?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-20 22:27 Conveniently see utf8 characters and corresponding hex codes for them Heime via Users list for the GNU Emacs text editor
@ 2022-10-21 0:15 ` Michael Heerdegen
2022-10-21 0:24 ` Heime
0 siblings, 1 reply; 8+ messages in thread
From: Michael Heerdegen @ 2022-10-21 0:15 UTC (permalink / raw)
To: help-gnu-emacs
Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> I can see that (read-char-by-name "Unicode: ") shows the UTF8
> character names. But I do not see any easier way to see the actual
> UTF8 character. Is there any possibility of making it easier to see
> the UTF8 character with its hex code?
"Easier" in which sense?
Michael.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 0:15 ` Michael Heerdegen
@ 2022-10-21 0:24 ` Heime
2022-10-21 1:39 ` Michael Heerdegen
0 siblings, 1 reply; 8+ messages in thread
From: Heime @ 2022-10-21 0:24 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: help-gnu-emacs
------- Original Message -------
On Friday, October 21st, 2022 at 12:15 AM, Michael Heerdegen <michael_heerdegen@web.de> wrote:
> Heime via Users list for the GNU Emacs text editor
> help-gnu-emacs@gnu.org writes:
>
> > I can see that (read-char-by-name "Unicode: ") shows the UTF8
> > character names. But I do not see any easier way to see the actual
> > UTF8 character. Is there any possibility of making it easier to see
> > the UTF8 character with its hex code?
>
>
> "Easier" in which sense?
>
> Michael.
In the sense of the ability to view the actual symbol to be inserted.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 0:24 ` Heime
@ 2022-10-21 1:39 ` Michael Heerdegen
2022-10-21 2:07 ` Heime
0 siblings, 1 reply; 8+ messages in thread
From: Michael Heerdegen @ 2022-10-21 1:39 UTC (permalink / raw)
To: help-gnu-emacs
Heime <heimeborgia@protonmail.com> writes:
> > > I can see that (read-char-by-name "Unicode: ") shows the UTF8
> > > character names. But I do not see any easier way to see the actual
> > > UTF8 character. Is there any possibility of making it easier to see
> > > the UTF8 character with its hex code?
> >
> > "Easier" in which sense?
> >
> > Michael.
>
> In the sense of the ability to view the actual symbol to be inserted.
This is what `read-char-by-name' does here.
Michael.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 1:39 ` Michael Heerdegen
@ 2022-10-21 2:07 ` Heime
2022-10-21 2:25 ` Michael Heerdegen
0 siblings, 1 reply; 8+ messages in thread
From: Heime @ 2022-10-21 2:07 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: help-gnu-emacs
------- Original Message -------
On Friday, October 21st, 2022 at 1:39 AM, Michael Heerdegen <michael_heerdegen@web.de> wrote:
> Heime heimeborgia@protonmail.com writes:
>
> > > > I can see that (read-char-by-name "Unicode: ") shows the UTF8
> > > > character names. But I do not see any easier way to see the actual
> > > > UTF8 character. Is there any possibility of making it easier to see
> > > > the UTF8 character with its hex code?
> > >
> > > "Easier" in which sense?
> > >
> > > Michael.
> >
> > In the sense of the ability to view the actual symbol to be inserted.
>
>
> This is what `read-char-by-name' does here.
>
> Michael.
If I copy a symbol from the web into emacs, can I trust the inserted symbol?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 2:07 ` Heime
@ 2022-10-21 2:25 ` Michael Heerdegen
2022-10-21 3:29 ` Heime
0 siblings, 1 reply; 8+ messages in thread
From: Michael Heerdegen @ 2022-10-21 2:25 UTC (permalink / raw)
To: help-gnu-emacs
Heime <heimeborgia@protonmail.com> writes:
> If I copy a symbol from the web into emacs, can I trust the inserted
> symbol?
You mean a unicode character?
Michael.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 2:25 ` Michael Heerdegen
@ 2022-10-21 3:29 ` Heime
2022-10-21 3:41 ` Michael Heerdegen
0 siblings, 1 reply; 8+ messages in thread
From: Heime @ 2022-10-21 3:29 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: help-gnu-emacs
------- Original Message -------
On Friday, October 21st, 2022 at 2:25 AM, Michael Heerdegen <michael_heerdegen@web.de> wrote:
> Heime heimeborgia@protonmail.com writes:
>
> > If I copy a symbol from the web into emacs, can I trust the inserted
> > symbol?
>
>
> You mean a unicode character?
>
> Michael.
The actual displayed symbol, which is supposed to be defined by a unicode character?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Conveniently see utf8 characters and corresponding hex codes for them
2022-10-21 3:29 ` Heime
@ 2022-10-21 3:41 ` Michael Heerdegen
0 siblings, 0 replies; 8+ messages in thread
From: Michael Heerdegen @ 2022-10-21 3:41 UTC (permalink / raw)
To: help-gnu-emacs
Heime <heimeborgia@protonmail.com> writes:
> The actual displayed symbol, which is supposed to be defined by a
> unicode character?
I guess that is save if you trust the site. What kind of trouble do you
expect?
Michael.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-10-21 3:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20 22:27 Conveniently see utf8 characters and corresponding hex codes for them Heime via Users list for the GNU Emacs text editor
2022-10-21 0:15 ` Michael Heerdegen
2022-10-21 0:24 ` Heime
2022-10-21 1:39 ` Michael Heerdegen
2022-10-21 2:07 ` Heime
2022-10-21 2:25 ` Michael Heerdegen
2022-10-21 3:29 ` Heime
2022-10-21 3:41 ` Michael Heerdegen
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).