mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 05:00:47 -08:00
Merge from trunk.
This commit is contained in:
commit
90856fe0b8
56 changed files with 708 additions and 485 deletions
|
|
@ -55,8 +55,8 @@ CODING SYSTEM
|
|||
character sequence of emacs-utf-8 to a byte sequence of a specific
|
||||
coding system.
|
||||
|
||||
In Emacs Lisp, a coding system is represented by a Lisp symbol. In
|
||||
C level, a coding system is represented by a vector of attributes
|
||||
In Emacs Lisp, a coding system is represented by a Lisp symbol. On
|
||||
the C level, a coding system is represented by a vector of attributes
|
||||
stored in the hash table Vcharset_hash_table. The conversion from
|
||||
coding system symbol to attributes vector is done by looking up
|
||||
Vcharset_hash_table by the symbol.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue