What Korean IME can I use on WindowsXP for my specific needs?

6

I'm currently using Korean Input System (IME 2002), my problem is that it gives me Hangul Compatibility Jamo (U+3130 – U+318F) instead of regular Hangul Jamo(U+1100 – U+11FF). They look the same to me but they are unfortunately unequal (as tested in my programming code).

Reason: I normally wouldn't have qualms about this, but Compatibility Jamo doesn't normalize correctly using NormalizeString.

Dian

Posted 2010-06-30T06:06:36.513

Reputation: 270

Answers

1

You're be able to create the keyboard layout you want with Microsoft Layout Keyboard Creator

MSLKC: http://msdn.microsoft.com/en-us/goglobal/bb964665

GHacks article on MSLKC: http://www.ghacks.net/2011/08/08/microsoft-keyboard-layout-creator/

(I tested MSLKC only with Latin alphabet: I hope this utility work well with your awesome Hangul alphabet!)

Hope this help. Let us know. :)

climenole

Posted 2010-06-30T06:06:36.513

Reputation: 3 180