Good news. Theory is confirmed. It works.
CAPX
https://drive.google.com/file/d/0B64kEQ ... sp=sharing
Some explanation is helpful. Hangeul consists of a 24 letter alphabet. However, unlike the English/Latin alphabet, it is not written sequentially. It is written in syllabic blocks. Thus, a word like Korea is written as í•œêµ (han-guk). This contains the letter sequence of ã…Žã…ㄴㄱㅜㄱ.
I read through some of the Unicode material on how Hangeul is encoded. It encodes the letters ã…Žã… ã„´ as three unique characters and í•œ, a syllabic block, also as a unique character. This creates an "interesting" problem.
There are more than 11,000 possible syllabic blocks. Though, not all of them are phonologically possible in modern Korean. I believe it still numbers somewhere in the thousands. This means one might reasonably need to create a rather large image file. That would be game dependent of course, but it still makes me a little sad. <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
For reference, see the following Unicode PDFs.
http://www.unicode.org/charts/PDF/U1100.pdf
http://www.unicode.org/charts/PDF/UAC00.pdf