Name: krC82822 Date: 11/20/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
The text in class RuleBasedCollator contains several 'foreign'
characters. It seems that some tool used in preparing the
HTML has replaced some characters with the '?' character,
thus rendering some explanations unusable.
Excerpt:
// add a few Japanese character to sort before English characters
// suppose the last character before the first base letter 'a' in
// the English collation rule is ?
String jaString = "& ? < ?, ? < ?, ?";
RuleBasedCollator myJapaneseCollator = new
RuleBasedCollator(en_USCollator.getRules() + jaString);
(Review ID: 107060)
======================================================================