emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: blank-mode.el


From: Juri Linkov
Subject: Re: blank-mode.el
Date: Sun, 11 Nov 2007 23:48:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>>     What about U+21B5 (downwards arrow with corner leftwards)?
>
> The char ?\x21B5 is not valid in Emacs, see:
>
>    (char-valid-p ?\x21B5)
>    ==> nil

This hex code is not the same as Unicode, and its hex code is valid:

  (char-valid-p ?\x53bb5)
  ==> t

  ?\x53bb5
  ==> 342965 (#o1235665, #x53bb5, ?↵)

Also there is a special symbol for newline U+2424, but it is not as
nice-looking as U+21B5.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]