ICU-3080 Add some missing data.

X-SVN-Rev: 14501
This commit is contained in:
George Rhoten 2004-02-12 17:24:32 +00:00
parent 32afdaa2e0
commit 70a26fbc3c
2 changed files with 44 additions and 39 deletions

View File

@ -1,6 +1,6 @@
// *************************************************************************** // ***************************************************************************
// * // *
// * Copyright (C) 2003-2003, International Business Machines // * Copyright (C) 2003-2004, International Business Machines
// * Corporation and others. All Rights Reserved. // * Corporation and others. All Rights Reserved.
// * // *
// *************************************************************************** // ***************************************************************************
@ -11,28 +11,28 @@
haw { haw {
Version { "x0.2" } Version { "x0.2" }
collations { collations {
standard { standard {
Version { "1.1" } Version { "1.1" }
Sequence { Sequence {
"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb" "&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
"&a <<< A" "&a <<< A"
"&e <<< E" "&e <<< E"
"&i <<< I" "&i <<< I"
"&o <<< O" "&o <<< O"
"&u <<< U" "&u <<< U"
"&h <<< H" "&h <<< H"
"&k <<< K" "&k <<< K"
"&l <<< L" "&l <<< L"
"&m <<< M" "&m <<< M"
"&n <<< N" "&n <<< N"
"&p <<< P" "&p <<< P"
"&w <<< W" "&w <<< W"
// This is the real alphabet // This is the real alphabet
//"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb" //"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
// or maybe // or maybe
//"&u < h < k < l < m < n < p < w < \u02bb < b < c < d < f < g < j < q < r < s < t < v < x < y < z" //"&u < h < k < l < m < n < p < w < \u02bb < b < c < d < f < g < j < q < r < s < t < v < x < y < z"
}
} }
}
} }
Countries { Countries {
AU { "\u02bbAukekulelia" } AU { "\u02bbAukekulelia" }
@ -80,18 +80,18 @@ haw {
} }
LocaleScript:array{ "Latn" } LocaleScript:array{ "Latn" }
MonthAbbreviations { MonthAbbreviations {
"Ian.", "Ian",
"Pep.", "Pep",
"Mal.", "Mal",
"\u02bbAp.", "\u02bbAp",
"Mei.", "Mei",
"Iun.", "Iun",
"Iul.", "Iul",
"\u02bbAu.", "\u02bbAu",
"Kep.", "Kep",
"\u02bbOk.", "\u02bbOk",
"Now.", "Now",
"Kek.", "Kek"
} }
MonthNames { MonthNames {
"Ianuali", "Ianuali",
@ -105,6 +105,6 @@ haw {
"Kepakemapa", "Kepakemapa",
"\u02bbOkakopa", "\u02bbOkakopa",
"Nowemapa", "Nowemapa",
"Kekemapa", "Kekemapa"
} }
} }

View File

@ -1,6 +1,6 @@
// *************************************************************************** // ***************************************************************************
// * // *
// * Copyright (C) 2003-2003, International Business Machines // * Copyright (C) 2003-2004, International Business Machines
// * Corporation and others. All Rights Reserved. // * Corporation and others. All Rights Reserved.
// * // *
// *************************************************************************** // ***************************************************************************
@ -18,16 +18,21 @@ haw_US {
"h:mm a", "h:mm a",
"EEEE, d MMMM yyyy", "EEEE, d MMMM yyyy",
"d MMMM yyyy", "d MMMM yyyy",
"d MMM yyyy", "d MMM. yyyy",
"d/M/yy", "d/M/yy",
"{1} {0}", "{1} {0}",
} }
MeasurementSystem:int{ 1 } // US system
// the PaperSize units are in mm
// these values are not exact .. they are rounded off
PaperSize:intvector{
279, // height
216 // width
}
NumberPatterns { NumberPatterns {
"#,##0.###;-#,##0.###", "#,##0.###;-#,##0.###",
"\u00A4#,##0.00;(\u00A4#,##0.00)", "\u00A4#,##0.00;(\u00A4#,##0.00)",
"#,##0%", "#,##0%",
"#E0", "#E0",
} }
} }