ICU-950 Converted UTF-8 to escape sequences.

X-SVN-Rev: 4613
This commit is contained in:
George Rhoten 2001-05-05 00:41:36 +00:00
parent 3f8dc077e0
commit ccef999c42
2 changed files with 10 additions and 16 deletions

View File

@ -1,4 +1,3 @@
 // -*- Coding: utf-8; -*-
// *******************************************************************************
// *
// * Copyright (C) 1997-2001, International Business Machines
@ -7,11 +6,9 @@
// *******************************************************************************
ru_UA {
Version { "1.0" }
Version { "1.0" }
CurrencyElements {
"гр",
"\u0433\u0440",
"UAH",
".",
}
@ -28,9 +25,9 @@ ru_UA {
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"#,##0.00 ¤;-#,##0.00 ¤",
"#,##0.00 \u00a4;-#,##0.00 \u00a4",
"#,##0%",
}
LocaleString{ "ru_UA" }
ShortCountry { "UA" }
LocaleString{ "ru_UA" }
ShortCountry { "UA" }
}

View File

@ -1,4 +1,3 @@
 // -*- Coding: utf-8; -*-
// *******************************************************************************
// *
// * Copyright (C) 1997-2001, International Business Machines
@ -7,11 +6,9 @@
// *******************************************************************************
ru_UA {
Version { "1.0" }
Version { "1.0" }
CurrencyElements {
"гр",
"\u0433\u0440",
"UAH",
".",
}
@ -28,9 +25,9 @@ ru_UA {
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"#,##0.00 ¤;-#,##0.00 ¤",
"#,##0.00 \u00a4;-#,##0.00 \u00a4",
"#,##0%",
}
LocaleString{ "ru_UA" }
ShortCountry { "UA" }
LocaleString{ "ru_UA" }
ShortCountry { "UA" }
}