9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Alexander Sychev <santucco@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>
Subject: Re: [9fans] Simplified Chinese  plan 9
Date: Fri, 11 Sep 2009 15:29:34 +0400	[thread overview]
Message-ID: <op.uz3bjkbqhipq0d@santucco.avp.ru> (raw)
In-Reply-To: <2ccd406da7f34cd3fb8be6c3c29e7765@quanstro.net>

Hello!

Some time ago I wrote for inferno an analog of kbmap with an extention -  
a  possibility to print complex symbols via sequences of more basic  
symbols.
I use it for typing by the russian translit.
Here is a piece of file for my kbmap:
<------------cut --------------->
1       45      0
1       46      'Ц
1       47      'В
1       48      'Б
1       49      'Н
1       50      'М
C       цх      'ч
C       Цх      'Ч
C       сх      'ш
C       Сх      'Ш
C       сцх     'щ
C       Сцх     'Щ
<------------cut--------------->

The latin symbols are mapped to russian when it is possible. Other russian  
symbols are presented via sequences of mapped symbols, e.g. russian  
symbol  'Ч' [ch] is presented like an sequence of 'ц' [c] и 'х' [h].
A sequence can be broken by pressing any non-symbol key.
There is at least one big disadvantage of this method - the input focus   
can be changed, e.g. by mouse. In inferno I didn't resolve this problem,   
because /dev/pointer can be opened only once.

Maybe it makes a sence to make something like this in Plan9 (an analog  
kbmap) for typing complex symbols like an hieroglyph ?

On Fri, 11 Sep 2009 14:23:02 +0400, erik quanstrom <quanstro@quanstro.net>  
wrote:

>> HI..everyone:
>>        Is there some ways to input Simplified Chinese in plan 9 ? I
>> know plan 9 supports Unicode, so it is no questions for plan 9 to
>> display Simplified Chinese....... and i have seen some pictures on
>> Internet to prove it...so i have a question like that above...
>>    I'm looking forward for the answer........... Thanks first......!!!!
>
> the only way to input simplified chinese currently
> is to use the general codepoint input method.
> <compose> 'x' + four hex digits.  on a pc compose =
> <alt>.  that's probablly not what you're looking for.
> i am not aware that anyone has written an input
> method specificly for simplified chinese.
>
> - erik


-- 
Best regards,
   santucco



  reply	other threads:[~2009-09-11 11:29 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-11  8:40 xiangyu
2009-09-11 10:23 ` erik quanstrom
2009-09-11 11:29   ` Alexander Sychev [this message]
2009-09-11 16:13     ` Eris Discordia
2009-09-11 17:49       ` erik quanstrom
2009-09-11 19:14         ` Eris Discordia
     [not found]         ` <68F5914168759B188DF09A60@192.168.1.2>
2009-09-11 19:53           ` Anthony Sorace
2009-09-11 21:28             ` Eris Discordia
2009-09-11 22:16               ` erik quanstrom
2009-09-12  1:19                 ` Eris Discordia
2009-09-12  1:46                   ` erik quanstrom
2009-09-12  7:05                     ` Eris Discordia
2009-09-12  8:39                       ` Daniel Lyons
2009-09-12 14:22                         ` Eris Discordia
2009-09-12 14:27                           ` erik quanstrom
2009-09-12 14:39                             ` Eris Discordia
     [not found]                             ` <160F5E4B5D4057F12BB54C75@192.168.1.2>
2009-09-12 20:22                               ` Nick LaForge
     [not found]             ` <C890B1F2A8C2EC12D5383D7C@192.168.1.2>
2009-09-11 21:59               ` Anthony Sorace
2009-09-14  9:33         ` Paul Donnelly
2009-09-14 12:47           ` Eris Discordia
2009-09-11 16:54     ` Anthony Sorace
2009-09-11 18:36       ` Eris Discordia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.uz3bjkbqhipq0d@santucco.avp.ru \
    --to=santucco@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).