Difference between revisions of "Unicode support"

From WikEmacs
Jump to navigation Jump to search
(Created page with "You know those empty blocks for characters when no suitable font is found? Well Emacs 24 will show the hex code in the block. From C-h n (news): "Enhanced support for charac...")
 
Line 1: Line 1:
 +
= Useful Keybindings =
 +
 +
; {{CommandKeys|ucs-insert}}
 +
: Input a unicode charcter without resorting to any of the [[Input methods]]. For example, to insert a ''snowman'' type {{CommandKeys|C-x 8 RET SNOWMAN RET}}
 +
 
You know those empty blocks for characters when no suitable font is found?
 
You know those empty blocks for characters when no suitable font is found?
 +
  
 
Well Emacs 24 will show the hex code in the block. From C-h n (news):
 
Well Emacs 24 will show the hex code in the block. From C-h n (news):

Revision as of 10:31, 1 April 2012

Useful Keybindings

[ucs-insert] (or M-x {{{2}}})
Input a unicode charcter without resorting to any of the Input methods. For example, to insert a snowman type [C-x 8 RET SNOWMAN RET] (or M-x {{{2}}})

You know those empty blocks for characters when no suitable font is found?


Well Emacs 24 will show the hex code in the block. From C-h n (news):

"Enhanced support for characters with no glyphs in available fonts. If a character has no glyphs in any of the available fonts, Emacs normally displays it either as a hexadecimal code in a box or as a thin 1-pixel space. In addition to these two methods, Emacs can display these characters as empty box, as an acronym, or not display them at all. To change how these characters are displayed, customize the variable `glyphless-char-display-control'."