mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-814 Get rid of the trailing space after the currency symbol.
X-SVN-Rev: 5388
This commit is contained in:
parent
cb9fd3431b
commit
96dc91282f
4 changed files with 4 additions and 6 deletions
|
@ -6,10 +6,9 @@
|
|||
// *******************************************************************************
|
||||
|
||||
en_GB_EURO {
|
||||
|
||||
CurrencyElements {
|
||||
"\u20ac",
|
||||
"EUR ",
|
||||
"EUR",
|
||||
".",
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ ms_MY {
|
|||
Version{ "x1.0" }
|
||||
CurrencyElements {
|
||||
"R",
|
||||
"MYR ",
|
||||
"MYR",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
// *******************************************************************************
|
||||
|
||||
en_GB_EURO {
|
||||
|
||||
CurrencyElements {
|
||||
"\u20ac",
|
||||
"EUR ",
|
||||
"EUR",
|
||||
".",
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ ms_MY {
|
|||
Version{ "x1.0" }
|
||||
CurrencyElements {
|
||||
"R",
|
||||
"MYR ",
|
||||
"MYR",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
|
|
Loading…
Add table
Reference in a new issue