<span style="color: rgb(0, 0, 0);">(keeping </span><span id="_user_dda@sungnyemun.org" style="color: rgb(0, 104, 28);"><span style="color: rgb(0, 0, 0);"><a href="mailto:dda@sungnyemun.org">dda@sungnyemun.org</a> and communitylist in the loop)</span><br>
</span><br>Hehe,<br>This is totally understandable. :) We will explain to you the best as we can.<br><br>If you want to make a korean keyboard with a key for each letter then you&#39;ll need a keyboard with...<br><br>(sit down before next line)<br>
<br>&nbsp;... 11,172 letters, ie from \uAC00 to \uD7A3 + 24 &quot;single letters&quot; or <span style="font-style: italic;">jamo</span>s !<br><br>see here:<br><a href="http://en.wikipedia.org/wiki/Hangul">http://en.wikipedia.org/wiki/Hangul</a><br>
<a href="http://en.wikipedia.org/wiki/Hangul#Syllabic_blocks">http://en.wikipedia.org/wiki/Hangul#Syllabic_blocks</a><br><br>Of course there is a special method.<br>The korean keyboard layout is a single qwerty, each key with a &quot;jamo&quot; (single letters).<br>
<br>The 11172 syllabes are made of combined jamos , and a state machine can be used to track which keys have been pressed, and how they have to be combined. See my previous messages for an explanation.<br>However when I searched the Internet for my use, I did not find a lot of information on this, so I did the research.<br>
<br>About you soft keyboard, I think the problem can be solved with the use of plugins, ie a method that takes keystrokes and outputs characters. For European scripts, the routine will be quite trivial, but for other scripts, this is needed. With such plugins, we can also imagine support for other complex scripts such as chinese or indian or whatever. An input method will then be made of an XML file describing the layout, and a .so to hold the key-&gt;character translation algorithm.<br>
<br>Sebastien<br><br><div><span class="gmail_quote">2008/2/7, Jeremiah Flerchinger &lt;<a href="mailto:jeremiah.flerchinger@gmail.com">jeremiah.flerchinger@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Please forgive me for not putting much thought into the problem before.<br>I&#39;m really only familiar with European languages &amp; none of this work is<br>in my area of expertise.&nbsp;&nbsp;I have started some reading on IME and other<br>
input methods.&nbsp;&nbsp;I&#39;ll have to think about the issue and what extensions<br>would eventually need to be made.<br><br>Jeremiah Flerchinger wrote:<br>&gt; The idea behind what I started is that you can make a soft keyboard<br>
&gt; with any number of rows &amp; keys.&nbsp;&nbsp;Each key could be assigned any<br>&gt; arbitrary utf-8 value.&nbsp;&nbsp;If more symbols are needed a file can be<br>&gt; created describing another keyboard layout with additional keys.<br>
&gt; Maybe it&#39;s impractical to have a key for each character &amp; place them<br>&gt; all into different keyboard layouts.&nbsp;&nbsp;Any insight to the problem and<br>&gt; how keyboards are typically used/configured in Korea would be<br>
&gt; appreciated.&nbsp;&nbsp;Even though I would be unable to do localization, I<br>&gt; could try to rethink the current design to further meet international<br>&gt; needs.<br>&gt;<br>&gt; Sébastien Lorquet wrote:<br>&gt;&gt; Hi,<br>
&gt;&gt;<br>&gt;&gt; nicely done, this program is complementary with what I did!<br>&gt;&gt;<br>&gt;&gt; But a Korean IME engine will require additions to your program, it&#39;s<br>&gt;&gt; not only a matter of xml layout.<br>
&gt;&gt; Maybe a plugin system that receives key presses and emits characters.<br>&gt;&gt; Basically it&#39;s a state machine that will read latin letters and<br>&gt;&gt; output korean letters according to combinations. I have a small<br>
&gt;&gt; &quot;keypress stack&quot; and a ~60KB &quot;next states&quot; file. for example, you<br>&gt;&gt; type &quot;b a&quot; and you get a &quot;ba&quot; syllabe as a single Unicode character.<br>&gt;&gt;<br>&gt;&gt; Not to mention we will need to add a korean font in the neo.<br>
&gt;&gt;<br>&gt;&gt; I&#39;m happy with this project. I&#39;m OK to help, if needed.<br>&gt;&gt;<br>&gt;&gt; Sebastien<br>&gt;<br></blockquote></div><br><br clear="all"><br>-- <br>Sébastien LORQUET - 이세영 (李世榮)<br>Ingénieur ENSPG 2006 / ENSIMAG-ASI 2007