help-gnu-emacs
[Top][All Lists]
Advanced

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

Convert the hexadecimal character code to the corresponding Unicode valu


From: Hongyi Zhao
Subject: Convert the hexadecimal character code to the corresponding Unicode value.
Date: Fri, 1 Oct 2021 18:27:16 +0800

I noticed some comments on the escape syntax used by Emacs from here
[1-2]. By default, the `describe-char' command will give the code
point representation of the character in hexadecimal and octal
formats, say, #o240, #xa0. So, I want to if there is a convenient way
to do the conversion between the hexadecimal character code
representation and the corresponding Unicode value.

[1] http://ergoemacs.org/emacs/elisp_unicode_representation_in_string.html
[2] (info "(elisp) General Escape Syntax")

Regards, HZ



reply via email to

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