ICU-2055 remove check for country while producing specials file

X-SVN-Rev: 16832
This commit is contained in:
Ram Viswanadha 2004-11-12 00:37:26 +00:00
parent b42fe1345c
commit afd27d175a

View file

@ -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 {