ICU-950 Converted UTF-8 to escape sequences.
X-SVN-Rev: 4613
This commit is contained in:
parent
3f8dc077e0
commit
ccef999c42
@ -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" }
|
||||
}
|
||||
|
@ -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" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user