Re: Re: [squeak-dev] [Q] Are there any example/link on Input Method Extension for Squeak?

"S.J.Chun" chunsj at embian.com
Wed Oct 22 02:15:25 UTC 2008


Thank you very much. Though I have no experience on this subject :-) I'm very interested
in this. Thank you again. If I got any meaningful progress I'll let you know :-) 

----- Original Message -----
   From: Yoshiki Ohshima <yoshiki at vpri.org>
   To: The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>
   Sent: 08-10-18 06:17:12
   Subject: Re: [squeak-dev] [Q] Are there any example/link on Input	Method	Extension for Squeak?

    Hello,

> I want to create input method extension for Squeak(squeak native one,  
> not OS thing). I thought there once was a code/changeset for Korean/ 
> Japanese but I lost the link T_T.

  There is very old code that accesses the dictionary from the SKK
project:

http://sumim.no-ip.com:8080/collab/uploads/61/KanaInputForEucSkkDic36.cs.gz

or full information in Japanese:

http://sumim.no-ip.com:8080/wiki/677

> What I want to create is for Korean input.

  For Korean, you could start from the ParagraphEditor in the Etoys
image (#zapSelectionWithCompositionWith: method and friends).

  That version only handles the mapping from a decomposed sequence
to a pre-composed character, but I could imagine to extend it so that
a hangul character can be composed from a sequence of jamo in a
similar way.

-- Yoshiki




More information about the Squeak-dev mailing list