File: character.c.html
Defined variables (7)
auto-fill-chars | A char-table for characters which invoke auto-filling. |
char-script-table | Char table of script symbols. |
char-width-table | A char-table for width (columns) of each character. |
printable-chars | A char-table for each printable character. |
script-representative-chars | Alist of scripts vs the representative characters. |
translation-table-vector | Vector recording all translation tables ever defined. |
unicode-category-table | Char table of Unicode’s "General Category". |
Defined functions (10)
char-resolve-modifiers | (CHAR) |
char-width | (CHAR) |
characterp | (OBJECT) |
get-byte | (&optional POSITION STRING) |
max-char | (&optional UNICODE) |
multibyte-char-to-unibyte | (CH) |
string | (&rest CHARACTERS) |
string-width | (STRING &optional FROM TO) |
unibyte-char-to-multibyte | (CH) |
unibyte-string | (&rest BYTES) |