java.text.Collator.FULL_DECOMPOSITION is a public static final member of it's
class. The Javadoc for the class says that "FULL_DECOMPOSITION corresponds
to Normalization Form DC as described in Unicode Technical Report #15."
But there is no Normalization Form DC. The choice is between KD and KC, and
the correct choice is probably KD.
The reports are at
http://www.unicode.org/unicode/reports/tr15/
The latest version is
http://www.unicode.org/unicode/reports/tr15/tr15-19.html
Not knowing what FULL_DECOMPOSITION is makes the Collator hard to test.
allan.jacobs@Eng 2000-10-26