From: Theodore H. Smith (delete@elfdata.com)
Date: Wed Jun 14 2006 - 13:25:23 CDT
I'm testing some NFD code of mine. It does not do NFKD yet.
This line from UnicodeData.txt
AC00;<Hangul Syllable, First>;Lo;0;L;;;;;N;;;;;
It says it has no decomposition.
I don't get it! It seems to contradict this line from
NormalizationTests.txt:
320E;320E;320E; 0028 AC00 0029; 0028 1100 1161 0029;
apparantly "0028 AC00 0029" should decompose to "0028 1100 1161
0029", according to this:
# NFD
# c3 == NFD(c1) == NFD(c2) == NFD(c3)
# c5 == NFD(c4) == NFD(c5)
#
What's wrong?? Is my decomposer wrong? Does AC00 actually decompose?
Could it be that NormalisationData.txt needs to be understood in a
different way than I'm understanding it? I know that 320E should
decompose to "0028 1100 1161 0029", but... what's that got to do
with the line of text above? Because the rule stated in
NormalisationData.txt applies to NFD!!
-- http://elfdata.com/plugin/
This archive was generated by hypermail 2.1.5 : Wed Jun 14 2006 - 15:04:12 CDT