mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-05 21:42:34 -08:00
(font-encoding-alist): Add gbk.
(charset-script-alist): Add chinese-gbk.
This commit is contained in:
parent
139b58cc9d
commit
28f2f88799
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
("iso8859-14$" . iso-8859-14)
|
||||
("iso8859-15$" . iso-8859-15)
|
||||
("gb2312.1980" . chinese-gb2312)
|
||||
("gbk" . chinese-gbk)
|
||||
("jisx0208.1978" . japanese-jisx0208-1978)
|
||||
("jisx0208" . japanese-jisx0208)
|
||||
("jisx0201" . jisx0201)
|
||||
|
|
@ -608,6 +609,7 @@ Done when `mouse-set-font' is called."
|
|||
(hebrew-iso8859-8 . latin)
|
||||
(katakana-jisx0201 . kana)
|
||||
(chinese-gb2312 . han)
|
||||
(chinese-gbk . han)
|
||||
(chinese-big5-1 . han)
|
||||
(chinese-big5-2 . han)
|
||||
(chinese-cns11643-1 . han)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue