*** empty log message ***
This commit is contained in:
parent
3b0fab0e78
commit
c43e85a985
3 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,13 @@
|
|||
2003-12-29 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* faces.el (read-face-font): Include fontsets in the completion
|
||||
list.
|
||||
|
||||
* international/mule-cmds.el (set-locale-environment): Insert
|
||||
locale-translation-file-name in a unibyte buffer.
|
||||
|
||||
* international/characters.el: Fix setting of category `|'.
|
||||
|
||||
2003-12-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/chinese.el (chinese-gb18030): Fix :charset-list.
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
|
||||
* process.c (send_process): Be sure to set coding->src_multibyte.
|
||||
|
||||
* xdisp.c (handle_auto_composed_prop): Fix setting of limit.
|
||||
|
||||
2003-12-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (detect_coding): Fix previous change.
|
||||
|
|
|
@ -32,10 +32,11 @@ Boston, MA 02111-1307, USA. */
|
|||
800-FFFF E0..EF 1110xxxx 10xxxxxx 10xxxxxx
|
||||
10000-1FFFFF F0..F7 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
|
||||
200000-3FFF7F F8 11111000 1000xxxx 10xxxxxx 10xxxxxx 10xxxxxx
|
||||
invalid F9..FF
|
||||
3FFF80-3FFFFF C0..C1 1100000x 10xxxxxx (for eight-bit-char)
|
||||
400000-... invalid
|
||||
|
||||
raw-8-bit
|
||||
3FFF80-3FFFFF C0..C1 1100000x 10xxxxxx
|
||||
invalid 1st byte 80..BF 10xxxxxx
|
||||
F9..FF 11111xxx (xxx != 000)
|
||||
*/
|
||||
|
||||
/* Maximum character code ((1 << CHARACTERBITS) - 1). */
|
||||
|
|
Loading…
Add table
Reference in a new issue