emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please consider emacs-unicode for pervasive changes


From: Dave Love
Subject: Re: please consider emacs-unicode for pervasive changes
Date: 08 Sep 2002 00:48:45 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Richard Stallman <address@hidden> writes:

> What non-Unicode characters do you mean?  In the Unicode version, the
> only non-Unicode characters Emacs supports will be Han characters.

I'm not sure whether you mean you'll veto anything else or I don't
know what I'm talking about.  Currently:

(let (non-uc)
  (dolist (cs (charset-list))
    (when (and (eq cs (plist-get (charset-plist cs) :name))
         (>= (or (plist-get (charset-plist cs) :code-offset) 0)
                #xf0000))
      (push cs non-uc)))
  non-uc)
  => (eight-bit eight-bit-control eight-bit-graphic chinese-gb2312 chinese-gbk 
chinese-cns11643-1 chinese-cns11643-2 chinese-cns11643-3 chinese-cns11643-4 
chinese-cns11643-5 chinese-cns11643-6 chinese-cns11643-7 big5 chinese-big5-1 
chinese-big5-2 japanese-jisx0208 japanese-jisx0208-1978 japanese-jisx0212 
japanese-jisx0213-1 japanese-jisx0213-2 korean-ksc5601 chinese-sisheng ipa 
vietnamese-viscii-lower vietnamese-viscii-upper arabic-1-column arabic-2-column 
indian-is13194 indian-glyph devanagari-glyph indian-1-column tibetan ethiopic 
gb18030-4-byte-ext-1 gb18030-4-byte-ext-2)

They're used for things like raw bytes, CJK stuff, level 2, emacs-mule
support &c, and there need to be more eventually.

I don't think it's useful to worry about this and have endless
explanation.  It would be best to spend time implementing and testing,
and I think anyone wanting to work on it will have to read the code
like me.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]