mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-950 Converted UTF-8 to escape sequences.
X-SVN-Rev: 4612
This commit is contained in:
parent
d793ef341e
commit
3f8dc077e0
4 changed files with 24 additions and 34 deletions
|
@ -1,14 +1,12 @@
|
|||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
kw{
|
||||
Version { "x0.0" }
|
||||
|
||||
Version { "x0.0" }
|
||||
DayAbbreviations {
|
||||
"Sul",
|
||||
"Lun",
|
||||
|
@ -66,11 +64,11 @@ kw{
|
|||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<EFBFBD>",
|
||||
"\u2030",
|
||||
"\u221e",
|
||||
"\ufffd",
|
||||
}
|
||||
|
||||
|
||||
// /**************** Info Below is needed ****************/
|
||||
// CollationElements{}
|
||||
// Countries{}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
|
@ -7,15 +6,14 @@
|
|||
// *******************************************************************************
|
||||
|
||||
kw_GB {
|
||||
Version { "1.1" }
|
||||
|
||||
Version { "1.1" }
|
||||
///* Discarding duplicate data for tag: AmPmMarkers */
|
||||
CurrencyElements {
|
||||
"£",
|
||||
CurrencyElements {
|
||||
"\u00a3",
|
||||
"GBP",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
DateTimePatterns {
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
|
@ -26,10 +24,9 @@ kw_GB {
|
|||
"dd/MM/yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
NumberPatterns {
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"¤#,##0.00;-¤#,##0.00",
|
||||
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
||||
"#,##0%",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
kw{
|
||||
Version { "x0.0" }
|
||||
|
||||
Version { "x0.0" }
|
||||
DayAbbreviations {
|
||||
"Sul",
|
||||
"Lun",
|
||||
|
@ -66,11 +64,11 @@ kw{
|
|||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<EFBFBD>",
|
||||
"\u2030",
|
||||
"\u221e",
|
||||
"\ufffd",
|
||||
}
|
||||
|
||||
|
||||
// /**************** Info Below is needed ****************/
|
||||
// CollationElements{}
|
||||
// Countries{}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2001, International Business Machines
|
||||
|
@ -7,15 +6,14 @@
|
|||
// *******************************************************************************
|
||||
|
||||
kw_GB {
|
||||
Version { "1.1" }
|
||||
|
||||
Version { "1.1" }
|
||||
///* Discarding duplicate data for tag: AmPmMarkers */
|
||||
CurrencyElements {
|
||||
"£",
|
||||
CurrencyElements {
|
||||
"\u00a3",
|
||||
"GBP",
|
||||
".",
|
||||
}
|
||||
DateTimePatterns {
|
||||
DateTimePatterns {
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
"h:mm:ss a",
|
||||
|
@ -26,10 +24,9 @@ kw_GB {
|
|||
"dd/MM/yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
NumberPatterns {
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"¤#,##0.00;-¤#,##0.00",
|
||||
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
||||
"#,##0%",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue