9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Moody <moody@posixcafe.org>
To: 9front@9front.org
Subject: Re: [9front] [PATCH] ktrans: fix Korean input
Date: Fri, 29 Mar 2024 14:23:52 -0500	[thread overview]
Message-ID: <12cecc25-2ab7-4745-896c-ff057900ed3d@posixcafe.org> (raw)
In-Reply-To: <20240324195742.15746b88@coaster>

On 3/24/24 05:57, npmania wrote:
> Before applying the patch, /lib/ktrans/hangul.map file has to be
> replaced with new one to work properly. The file was generated to
> provide correct mapping between QWERTY and Dubeolsik layout. Due to
> it's size, I have uploaded it on:
> http://okturing.com/src/19014/body
> 
> This patch implements two specific behaviors of Dubeolsik layout.
> 
> dubeollkup function makes Jongseong(final consonant) to be treated as
> Choseong(initial consonant) when possible. For example, QWERTY input
> "zhem" in Dubeolsik has to be "코드", not "콛ㅡ" where switched
> Jongseong is "ㄷ".
> 
> dubeolbksp function emits out syllable remaining after single
> backspace. So when user presses backspace on "코드", the expected output
> is "코ㄷ", still allowing user to edit latter syllable, rather than
> "코" without dubeolbksp. This should only apply to last syllable
> considering it's de facto in Dubeolsik implementations.

Absolutely fantastic work, thank you so much for taking the time
to help fix this. I very much appreciate the new test cases.

I will apply this very soon, I have a collection of other ktrans
work I am hacking on currently.

Thank you,
moody


      reply	other threads:[~2024-03-29 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24 10:57 npmania
2024-03-29 19:23 ` Jacob Moody [this message]

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=12cecc25-2ab7-4745-896c-ff057900ed3d@posixcafe.org \
    --to=moody@posixcafe.org \
    --cc=9front@9front.org \
    /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).