comparison doc/lispref/elisp.texi @ 99803:6b6e699ebead

(Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Nov 2008 18:23:09 +0000
parents 27359a4b6487
children 890266cbab56
comparison
equal deleted inserted replaced
99802:512ddf0d1748 99803:6b6e699ebead
1087 * Selecting a Representation:: Treating a byte sequence as unibyte or multi. 1087 * Selecting a Representation:: Treating a byte sequence as unibyte or multi.
1088 * Character Codes:: How unibyte and multibyte relate to 1088 * Character Codes:: How unibyte and multibyte relate to
1089 codes of individual characters. 1089 codes of individual characters.
1090 * Character Sets:: The space of possible character codes 1090 * Character Sets:: The space of possible character codes
1091 is divided into various character sets. 1091 is divided into various character sets.
1092 * Chars and Bytes:: More information about multibyte encodings.
1093 * Splitting Characters:: Converting a character to its byte sequence.
1094 * Scanning Charsets:: Which character sets are used in a buffer? 1092 * Scanning Charsets:: Which character sets are used in a buffer?
1095 * Translation of Characters:: Translation tables are used for conversion. 1093 * Translation of Characters:: Translation tables are used for conversion.
1096 * Coding Systems:: Coding systems are conversions for saving files. 1094 * Coding Systems:: Coding systems are conversions for saving files.
1097 * Input Methods:: Input methods allow users to enter various 1095 * Input Methods:: Input methods allow users to enter various
1098 non-ASCII characters without special keyboards. 1096 non-ASCII characters without special keyboards.