all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* quail input method for wubizixing (chinese-wubi.el?)
@ 2005-05-01  7:30 ytrewq1
  0 siblings, 0 replies; 4+ messages in thread
From: ytrewq1 @ 2005-05-01  7:30 UTC (permalink / raw)


I've been looking for a way to input Simplified Chinese into Emacs using 
the Wubizixing method but I haven't located anything appropriate in my 
local Emacs (I'm using a relatively recent CVS version).

I found an implementation at:

http://daiyuwen.freeshell.org/gb/wubi/wubi.html (GPL?)

but it appears to do more than I need and since the code feels a bit messy 
to me, I stripped it down to its bare essentials (FWIW, my modified 
version seems to work for what I need at the moment).  I'm not sure where 
the table data came from [1] so I'm uncertain as to the redistributability of 
the original and/or modified code.

On a related note, I've located some seemingly usable table data in the 
cxterm and the xsim projects:

http://cvs.sf.net/viewcvs.py/cxterm/cxterm/dict/gb/WuBi.tit?rev=1.3&view=log
http://cvs.sf.net/viewcvs.py/xsim/xsim/plugins/IMs/wubi/dict/words/

I'm considering whether to write some code to translate one of the tables 
(or perhaps do both and merge them) for use in an appropriate quail input 
method.  However, before I decide whether to proceed, I'd like to know if 
there's a wubi input method scheduled to be included in Emacs (or if there's 
one there already that I've missed).  Does anyone here know?

Cheers

[1] I think there's mention about the table data originating from the
cxterm project at:

http://daiyuwen.freeshell.org/gb/wubi/wubi.html

but I'm not confident of my interpretation of the text (within the 
first few paragraphs).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* quail input method for wubizixing (chinese-wubi.el?)
@ 2005-05-01 10:31 ytrewq1
  0 siblings, 0 replies; 4+ messages in thread
From: ytrewq1 @ 2005-05-01 10:31 UTC (permalink / raw)


I've been looking for a way to input Simplified Chinese into Emacs using 
the Wubizixing method but I haven't located anything appropriate in my 
local Emacs (I'm using a relatively recent CVS version for Mac OS X).

I found an implementation at:

http://daiyuwen.freeshell.org/gb/wubi/wubi.html (GPL?)

but it appears to do more than I need and since the code felt a bit messy 
to me, I stripped it down to its bare essentials.  I'm not sure where the 
table data came from [1] so I'm uncertain as to the redistributability of 
the original and/or modified code.

On a related note, I've located some seemingly usable table data in the 
cxterm and the xsim projects:

http://cvs.sf.net/viewcvs.py/cxterm/cxterm/dict/gb/WuBi.tit?rev=1.3&view=log
http://cvs.sf.net/viewcvs.py/xsim/xsim/plugins/IMs/wubi/dict/words/

I'm thinking about writing some code to translate one of the tables (or 
perhaps do both and merge them) for use in an appropriate quail input 
method.  However, before I decide whether to proceed, I'd like to know 
if there's a wubi input method scheduled to be included in Emacs (or if 
there's one there already that I've missed).  Does anyone here know?

Cheers


[1] I got the feeling from the first couple of paragraphs of the web 
page that the author got table data from cxterm, but I'm not confident
about this interpretation of the text.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: quail input method for wubizixing (chinese-wubi.el?)
       [not found] <mailman.30.1114933251.2819.help-gnu-emacs@gnu.org>
@ 2005-05-02  2:20 ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2005-05-02  2:20 UTC (permalink / raw)


> I'm considering whether to write some code to translate one of the tables 
> (or perhaps do both and merge them) for use in an appropriate quail input 
> method.  However, before I decide whether to proceed, I'd like to know if 
> there's a wubi input method scheduled to be included in Emacs (or if there's 
> one there already that I've missed).  Does anyone here know?

You might want to ask emacs-devel@gnu.org instead.
I don't think there is and I think we'd welcome such a contribution, but
I actually don't really know what I'm talking about,


        Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: quail input method for wubizixing (chinese-wubi.el?)
       [not found] <loom.20050502T100048-120@post.gmane.org>
@ 2005-05-13  8:11 ` Kenichi Handa
  0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2005-05-13  8:11 UTC (permalink / raw)
  Cc: emacs-devel

Sorry for the late response.

In article <loom.20050502T100048-120@post.gmane.org>, ytrewq1 <ytrewq1@gmail.com> writes:

> I've been looking for a way to input Simplified Chinese into Emacs using
> the Wubizixing method but I haven't located anything appropriate in my
> local Emacs (I'm using a relatively recent CVS version).

> I found an implementation at:

> http://daiyuwen.freeshell.org/gb/wubi/wubi.html (GPL?)

> but it appears to do more than I need and since the code feels a bit 
> messy to me, I stripped it down to its bare essentials (FWIW, my modified
> version seems to work for what I need at the moment).  I'm not sure where
> the table data came from [1] so I'm uncertain as to the redistributability 
> of the original and/or modified code.

> On a related note, I've located some seemingly usable table data in the
> cxterm and the xsim projects:

> http://cvs.sf.net/viewcvs.py/cxterm/cxterm/dict/gb/WuBi.tit?rev=1.3&view=log
> http://cvs.sf.net/viewcvs.py/xsim/xsim/plugins/IMs/wubi/dict/words/

> I'm considering whether to write some code to translate one of the tables
> (or perhaps do both and merge them) for use in an appropriate quail input
> method.  However, before I decide whether to proceed, I'd like to know if
> there's a wubi input method scheduled to be included in Emacs (or if 
> there's one there already that I've missed).  Does anyone here know?

I don't know about work about that but I think supporting
wubi in Emacs is very important.  When I visited Beijing
this March, I found that most of books about Chinese input
method were about wubi.

> Cheers

> [1] I think there's mention about the table data originating from the
> cxterm project at:

> http://daiyuwen.freeshell.org/gb/wubi/wubi.html

> but I'm not confident of my interpretation of the supposedly relevant
> text (within the first few paragraphs).

As I can't read Chinese, I can't tell anything about that.
If you translate it (the part mentioning copyright) in
English and send to RMS <rms@gnu.org>, he'll decide whether
we can use there data or not.

If you find a clearly free Wubi table, please let me know.
I'll implement Wubi input method based on it (provided that
we need only table lookup).

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-13  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <loom.20050502T100048-120@post.gmane.org>
2005-05-13  8:11 ` quail input method for wubizixing (chinese-wubi.el?) Kenichi Handa
     [not found] <mailman.30.1114933251.2819.help-gnu-emacs@gnu.org>
2005-05-02  2:20 ` Stefan Monnier
2005-05-01 10:31 ytrewq1
  -- strict thread matches above, loose matches on Subject: below --
2005-05-01  7:30 ytrewq1

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.