changeset 33044:7878d85aef6d

New charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff.
author Kenichi Handa <handa@m17n.org>
date Mon, 30 Oct 2000 01:31:33 +0000
parents f7a3d4e0ddb5
children 694e6396dc8b
files lisp/international/mule-conf.el
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Mon Oct 30 01:30:50 2000 +0000
+++ b/lisp/international/mule-conf.el	Mon Oct 30 01:31:33 2000 +0000
@@ -210,9 +210,16 @@
 (define-charset 241 'tibetan-1-column
   [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column" "Tibetan 1 column glyph"])
 
-;; CHARSET-IDs 242 and 243 are not used.
+;; Subsets of Unicode.
 
-;; Subset of Unicode.
+(define-charset 242 'mule-unicode-2500-33ff
+  [2 96 1 0 ?2 0 "Unicode subset 2" "Unicode subset (U+2500..U+33FF)"
+     "Unicode characters of the range U+2500..U+33FF."])
+
+(define-charset 243 'mule-unicode-e000-ffff
+  [2 96 1 0 ?3 0 "Unicode subset 3" "Unicode subset (U+E000+FFFF)"
+     "Unicode characters of the range U+E000..U+FFFF."])
+
 (define-charset 244 'mule-unicode-0100-24ff
   [2 96 1 0 ?1 0 "Unicode subset" "Unicode subset (U+0100..U+24FF)"
      "Unicode characters of the range U+0100..U+24FF."])