aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-conf.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index e397edb6490..d6de9dfbe21 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -419,6 +419,24 @@
419 :code-space [33 126 33 126] 419 :code-space [33 126 33 126]
420 :code-offset #x150000) 420 :code-offset #x150000)
421 421
422(define-charset 'katakana-sjis
423 "Katakana part of Shift-JIS"
424 :dimension 1
425 :superset '((katakana-jisx0201 . 128))
426 :supplementary-p t)
427
428(define-charset 'cp932-2-byte
429 "2-byte part of CP932"
430 :map "CP932-2BYTE"
431 :code-space [#x00 #xFF #x00 #xFE]
432 :supplementary-p t)
433
434(define-charset 'cp932
435 "CP932 (Microsoft shift-jis)"
436 :code-space [#x00 #xFF #x00 #xFE]
437 :short-name "CP932"
438 :superset '(ascii katakana-sjis cp932-2-byte))
439
422(define-charset 'korean-ksc5601 440(define-charset 'korean-ksc5601
423 "KSC5601 Korean Hangul and Hanja: ISO-IR-149" 441 "KSC5601 Korean Hangul and Hanja: ISO-IR-149"
424 :short-name "KSC5601" 442 :short-name "KSC5601"