mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1761 use ICUDataPath property and not UnicodeData
X-SVN-Rev: 8315
This commit is contained in:
parent
e597ef5c72
commit
4a287daccf
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/normalizer/Attic/UInfo.java,v $
|
||||
* $Date: 2002/03/30 03:07:01 $
|
||||
* $Revision: 1.8 $
|
||||
* $Date: 2002/03/30 03:10:05 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -439,8 +439,8 @@ public final class UInfo {
|
|||
|
||||
public UInfo() {
|
||||
this(
|
||||
System.getProperty("ICUDataPath")==null ? "src/com/ibm/icu/dev/data/unicode/UnicodeData-3.0.0.txt" : System.getProperty("ICUDataPath") + "unicode/UnicodeData-3.0.0.txt",
|
||||
System.getProperty("ICUDataPath")==null ? "src/com/ibm/icu/dev/data/unicode/CompositionExclusions-1.txt" : System.getProperty("ICUDataPath") + "unicode/CompositionExclusions-1.txt"
|
||||
System.getProperty("ICUDataPath")==null ? "src/com/ibm/icu/dev/data/unicode/UnicodeData-3.0.0.txt" : System.getProperty("ICUDataPath") + "/unicode/UnicodeData-3.0.0.txt",
|
||||
System.getProperty("ICUDataPath")==null ? "src/com/ibm/icu/dev/data/unicode/CompositionExclusions-1.txt" : System.getProperty("ICUDataPath") + "/unicode/CompositionExclusions-1.txt"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue