mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-2676 Fixed problem in instantiating a RuleBasedCollator for a locale in the event that binary data is not present.
X-SVN-Rev: 11378
This commit is contained in:
parent
95692f2c03
commit
6d1e406059
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/RuleBasedCollator.java,v $
|
||||
* $Date: 2003/02/27 23:43:17 $
|
||||
* $Revision: 1.35 $
|
||||
* $Date: 2003/03/21 18:55:11 $
|
||||
* $Revision: 1.36 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -1527,6 +1527,7 @@ public final class RuleBasedCollator extends Collator
|
|||
// raise missing resource error
|
||||
//throw new MissingResourceException("Could not get resource for constructing RuleBasedCollator","com.ibm.icu.impl.data.LocaleElements_"+locale.toString(), "%%CollationBin");
|
||||
init((String)rules[1][1]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue