Unicode 3.0.1 newly added NormalizationTest.txt which can be used as a golden file. I think it is safe to use the file for Unicode 3.0 based merlin feature testing because,
- 3.0.1 does not add new chars
- unicode policy #3(http://www.unicode.org/unicode/standard/policies.html)
says "canonocal/compatibility combining class and decomposition won't be
changed by the later Unicode version."
1.4.0beta-b44 was tested on win98 and 1074 cases were failed out of all 15228 cases.
. unzip the attached utest.zip bundle.
. javac *.java
. java NormalizeNFDTest
I also attached output file, aaa.txt.
bae-chul.kim@eng 2000-12-11
I couldn't attach files due to an bug_attach error. They are under /home/baechul/unicode dir.
bae-chul.kim@eng 2000-12-11
I was able to attach them today.
bae-chul.kim@eng 2000-12-12