ICU-1426 canonicalize case to upper in RB tag

X-SVN-Rev: 6597
This commit is contained in:
Alan Liu 2001-11-03 02:00:04 +00:00
parent 1ba1555d35
commit b706a67532
4 changed files with 8 additions and 8 deletions

View file

@ -3,8 +3,8 @@
* others. All Rights Reserved.
**************************************************************************
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/LocaleElements_el.java,v $
* $Date: 2001/11/02 19:59:11 $
* $Revision: 1.1 $
* $Date: 2001/11/03 02:00:04 $
* $Revision: 1.2 $
**************************************************************************
*/
@ -18,7 +18,7 @@ public class LocaleElements_el extends ListResourceBundle {
*/
public Object[][] getContents() {
return new Object[][] {
{ "Transliterate_Latin",
{ "Transliterate_LATIN",
new String[] { "UNGEGN",
"# Rules are predicated on running NFD first, and NFC afterwards\n"+

View file

@ -703,7 +703,7 @@ class TransliteratorRegistry {
} else {
tag.append("Transliterate_");
}
tag.append(specToFind.get());
tag.append(specToFind.get().toUpperCase());
try {
// The Transliterate*_xxx resource is an array of

View file

@ -703,7 +703,7 @@ class TransliteratorRegistry {
} else {
tag.append("Transliterate_");
}
tag.append(specToFind.get());
tag.append(specToFind.get().toUpperCase());
try {
// The Transliterate*_xxx resource is an array of

View file

@ -3,8 +3,8 @@
* others. All Rights Reserved.
**************************************************************************
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/resources/Attic/LocaleElements_el.java,v $
* $Date: 2001/11/02 19:59:11 $
* $Revision: 1.1 $
* $Date: 2001/11/03 02:00:04 $
* $Revision: 1.2 $
**************************************************************************
*/
@ -18,7 +18,7 @@ public class LocaleElements_el extends ListResourceBundle {
*/
public Object[][] getContents() {
return new Object[][] {
{ "Transliterate_Latin",
{ "Transliterate_LATIN",
new String[] { "UNGEGN",
"# Rules are predicated on running NFD first, and NFC afterwards\n"+