mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 19:25:49 +00:00
ICU-2055 remove check for country while producing specials file
X-SVN-Rev: 16832
This commit is contained in:
parent
b42fe1345c
commit
afd27d175a
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ public class LDML2ICUConverter {
|
|||
System.out.println();
|
||||
}
|
||||
// now fetch the specials and append to the real bundle
|
||||
if(specialsDir!=null && ULocale.getCountry(locName).equals("")){
|
||||
if(specialsDir!=null ){
|
||||
if(specialsDoc == null) {
|
||||
printWarning(specialsDir + "/" + locName + ".xml","Writing ICU res bundle without specials, missing ");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue