ICU-6094 Add dependency info on ucadata.icu to root collation
X-SVN-Rev: 23736
This commit is contained in:
parent
1e0b45a68a
commit
2bccc558ed
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright (c) 2002-2007 International Business Machines Corporation and others. All rights reserved.
|
||||
Copyright (c) 2002-2008 International Business Machines Corporation and others. All rights reserved.
|
||||
-->
|
||||
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.5/ldml.dtd"
|
||||
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.6/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.unicode.org/cldr/dtd/1.5/ldmlICU.dtd">
|
||||
<!ENTITY % icu SYSTEM " http://www.unicode.org/cldr/dtd/1.6/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
@ -14,12 +14,9 @@
|
||||
<generation date="$Date: 2007/06/04 01:05:48 $"/>
|
||||
<language type="root"/>
|
||||
</identity>
|
||||
<!--
|
||||
<special xmlns:icu="http://www.icu-project.org/">
|
||||
<icu:ucarules icu:uca_rules="../../ucarrules.txt"/>
|
||||
<icu:depends icu:dependency="../invuca.icu"/>
|
||||
<icu:depends icu:dependency="../invuca.icu"/>
|
||||
<icu:UCARules icu:uca_rules="../unidata/UCARules.txt"/>
|
||||
<icu:depends icu:dependency="../ucadata.icu"/>
|
||||
</special>
|
||||
-->
|
||||
</ldml>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2003-2007, International Business Machines
|
||||
* Copyright (C) 2003-2008, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
@ -215,6 +215,7 @@ ures_enumDependencies(const UDataSwapper *ds,
|
||||
break;
|
||||
}
|
||||
useResSuffix = FALSE;
|
||||
break;
|
||||
} else {
|
||||
// we ignore all other strings
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user