* describe-char/unicode confusion
@ 2011-03-31 21:58 Eric Wolf
2011-04-01 5:41 ` Jason Rumney
0 siblings, 1 reply; 2+ messages in thread
From: Eric Wolf @ 2011-03-31 21:58 UTC (permalink / raw)
To: help-gnu-emacs
Hi!
If I use describe-char
on "∅" it tells me, that
this character has category
j:japanese.
Why? Ist in x2200 - x22FF of
Unicode, which is Mathematical
Operators ...
I suspect that because of this,
it gets displayed in a different
font, then my default. Which would
have a glyph for it.
Yours sincerely,
Eric
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: describe-char/unicode confusion
2011-03-31 21:58 describe-char/unicode confusion Eric Wolf
@ 2011-04-01 5:41 ` Jason Rumney
0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2011-04-01 5:41 UTC (permalink / raw)
To: help-gnu-emacs
On Friday, April 1, 2011 5:58:29 AM UTC+8, Eric Wolf wrote:
> If I use describe-char
> on "∅" it tells me, that
> this character has category
> j:japanese.
>
> Why? Ist in x2200 - x22FF of
> Unicode, which is Mathematical
> Operators ...
>
> I suspect that because of this,
> it gets displayed in a different
> font, then my default. Which would
> have a glyph for it.
AFAIU, coding category is not used for font selection, it is used to narrow down appropriate coding systems when a buffer has the coding system "undecided". Since this character is covered by the JISX-0208 standard, it gets the Japanese tag (along with most ASCII characters and many more that you might not consider Japanese).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-01 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 21:58 describe-char/unicode confusion Eric Wolf
2011-04-01 5:41 ` Jason Rumney
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.