mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3081 remove duplicate thai dictionary data
X-SVN-Rev: 12592
This commit is contained in:
parent
59b46b5d61
commit
0695de8d9f
3 changed files with 3 additions and 4 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -73,7 +73,6 @@ icu4j/src/com/ibm/icu/dev/test/perf/data/collation/TestNames_Thai.txt -text
|
|||
icu4j/src/com/ibm/icu/impl/data/ICULocaleData.jar -text
|
||||
icu4j/src/com/ibm/icu/impl/data/invuca.icu -text
|
||||
icu4j/src/com/ibm/icu/impl/data/pnames.icu -text
|
||||
icu4j/src/com/ibm/icu/impl/data/thai_dict -text
|
||||
icu4j/src/com/ibm/icu/impl/data/ucadata.icu -text
|
||||
icu4j/src/com/ibm/icu/impl/data/unames.icu -text
|
||||
icu4j/src/com/ibm/icu/impl/data/unorm.icu -text
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/BreakIteratorRules_th.java,v $
|
||||
* $Date: 2003/06/03 18:49:33 $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2003/07/03 17:48:12 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -18,7 +18,7 @@ import java.net.URL;
|
|||
public class BreakIteratorRules_th extends ListResourceBundle {
|
||||
public Object[][] getContents() {
|
||||
|
||||
URL url = getClass().getResource("thai_dict");
|
||||
URL url = getClass().getResource("BreakDictionaryData_th.brk");
|
||||
|
||||
// if dictionary wasn't found, then this resource bundle doesn't have
|
||||
// much to contribute...
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue