handle Hangul syllable decomposition
authorChristophe Rhodes <csr21@cantab.net>
Wed, 27 Mar 2013 12:58:19 +0000 (12:58 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 18 May 2013 19:04:04 +0000 (20:04 +0100)
commit4aad92d800164f49530ad5f2bb07d81f61e2911b
tree698d5e3052c2cfe2eb128d09bad2389370fd9a41
parent5b6e02e435453eddace1a36d30aaf04d6ebd2f1d
handle Hangul syllable decomposition

Entries for the codepoint range (#xac00 -- #xd7a3) have 1 for
their decomposition-info, a decomposition length of 2 or 3, but
a zero decomposition index (the decomposition is handled
algorithmically instead).
src/code/target-char.lisp
tools-for-build/ucd.lisp