Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fil_PH/fil_PH.go')
-rw-r--r--fil_PH/fil_PH.go214
1 files changed, 94 insertions, 120 deletions
diff --git a/fil_PH/fil_PH.go b/fil_PH/fil_PH.go
index cd53d953..eef7525c 100644
--- a/fil_PH/fil_PH.go
+++ b/fil_PH/fil_PH.go
@@ -14,31 +14,31 @@ type fil_PH struct {
pluralsCardinal []locales.PluralRule
pluralsOrdinal []locales.PluralRule
pluralsRange []locales.PluralRule
- decimal []byte
- group []byte
- minus []byte
- percent []byte
- perMille []byte
- timeSeparator []byte
- inifinity []byte
- currencies [][]byte // idx = enum of currency code
- currencyNegativePrefix []byte
- currencyNegativeSuffix []byte
- monthsAbbreviated [][]byte
- monthsNarrow [][]byte
- monthsWide [][]byte
- daysAbbreviated [][]byte
- daysNarrow [][]byte
- daysShort [][]byte
- daysWide [][]byte
- periodsAbbreviated [][]byte
- periodsNarrow [][]byte
- periodsShort [][]byte
- periodsWide [][]byte
- erasAbbreviated [][]byte
- erasNarrow [][]byte
- erasWide [][]byte
- timezones map[string][]byte
+ decimal string
+ group string
+ minus string
+ percent string
+ perMille string
+ timeSeparator string
+ inifinity string
+ currencies []string // idx = enum of currency code
+ currencyNegativePrefix string
+ currencyNegativeSuffix string
+ monthsAbbreviated []string
+ monthsNarrow []string
+ monthsWide []string
+ daysAbbreviated []string
+ daysNarrow []string
+ daysShort []string
+ daysWide []string
+ periodsAbbreviated []string
+ periodsNarrow []string
+ periodsShort []string
+ periodsWide []string
+ erasAbbreviated []string
+ erasNarrow []string
+ erasWide []string
+ timezones map[string]string
}
// New returns a new instance of translator for the 'fil_PH' locale
@@ -47,31 +47,31 @@ func New() locales.Translator {
locale: "fil_PH",
pluralsCardinal: []locales.PluralRule{2, 6},
pluralsOrdinal: []locales.PluralRule{2, 6},
- pluralsRange: []locales.PluralRule{6, 2},
- decimal: []byte{0x2e},
- group: []byte{0x2c},
- minus: []byte{0x2d},
- percent: []byte{0x25},
- perMille: []byte{0xe2, 0x80, 0xb0},
- timeSeparator: []byte{0x3a},
- inifinity: []byte{0xe2, 0x88, 0x9e},
- currencies: [][]uint8{{0x41, 0x44, 0x50, 0x20}, {0x41, 0x45, 0x44, 0x20}, {0x41, 0x46, 0x41, 0x20}, {0x41, 0x46, 0x4e, 0x20}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c, 0x20}, {0x41, 0x4d, 0x44, 0x20}, {0x41, 0x4e, 0x47, 0x20}, {0x41, 0x4f, 0x41, 0x20}, {0x41, 0x4f, 0x4b, 0x20}, {0x41, 0x4f, 0x4e, 0x20}, {0x41, 0x4f, 0x52, 0x20}, {0x41, 0x52, 0x41, 0x20}, {0x41, 0x52, 0x4c, 0x20}, {0x41, 0x52, 0x4d, 0x20}, {0x41, 0x52, 0x50, 0x20}, {0x41, 0x52, 0x53, 0x20}, {0x41, 0x54, 0x53, 0x20}, {0x41, 0x55, 0x44, 0x20}, {0x41, 0x57, 0x47, 0x20}, {0x41, 0x5a, 0x4d, 0x20}, {0x41, 0x5a, 0x4e, 0x20}, {0x42, 0x41, 0x44, 0x20}, {0x42, 0x41, 0x4d, 0x20}, {0x42, 0x41, 0x4e, 0x20}, {0x42, 0x42, 0x44, 0x20}, {0x42, 0x44, 0x54, 0x20}, {0x42, 0x45, 0x43, 0x20}, {0x42, 0x45, 0x46, 0x20}, {0x42, 0x45, 0x4c, 0x20}, {0x42, 0x47, 0x4c, 0x20}, {0x42, 0x47, 0x4d, 0x20}, {0x42, 0x47, 0x4e, 0x20}, {0x42, 0x47, 0x4f, 0x20}, {0x42, 0x48, 0x44, 0x20}, {0x42, 0x49, 0x46, 0x20}, {0x42, 0x4d, 0x44, 0x20}, {0x42, 0x4e, 0x44, 0x20}, {0x42, 0x4f, 0x42, 0x20}, {0x42, 0x4f, 0x4c, 0x20}, {0x42, 0x4f, 0x50, 0x20}, {0x42, 0x4f, 0x56, 0x20}, {0x42, 0x52, 0x42, 0x20}, {0x42, 0x52, 0x43, 0x20}, {0x42, 0x52, 0x45, 0x20}, {0x42, 0x52, 0x4c, 0x20}, {0x42, 0x52, 0x4e, 0x20}, {0x42, 0x52, 0x52, 0x20}, {0x42, 0x52, 0x5a, 0x20}, {0x42, 0x53, 0x44, 0x20}, {0x42, 0x54, 0x4e, 0x20}, {0x42, 0x55, 0x4b, 0x20}, {0x42, 0x57, 0x50, 0x20}, {0x42, 0x59, 0x42, 0x20}, {0x42, 0x59, 0x52, 0x20}, {0x42, 0x5a, 0x44, 0x20}, {0x43, 0x41, 0x44, 0x20}, {0x43, 0x44, 0x46, 0x20}, {0x43, 0x48, 0x45, 0x20}, {0x43, 0x48, 0x46, 0x20}, {0x43, 0x48, 0x57, 0x20}, {0x43, 0x4c, 0x45, 0x20}, {0x43, 0x4c, 0x46, 0x20}, {0x43, 0x4c, 0x50, 0x20}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0x59, 0x20}, {0x43, 0x4f, 0x50, 0x20}, {0x43, 0x4f, 0x55, 0x20}, {0x43, 0x52, 0x43, 0x20}, {0x43, 0x53, 0x44, 0x20}, {0x43, 0x53, 0x4b, 0x20}, {0x43, 0x55, 0x43, 0x20}, {0x43, 0x55, 0x50, 0x20}, {0x43, 0x56, 0x45, 0x20}, {0x43, 0x59, 0x50, 0x20}, {0x43, 0x5a, 0x4b, 0x20}, {0x44, 0x44, 0x4d, 0x20}, {0x44, 0x45, 0x4d, 0x20}, {0x44, 0x4a, 0x46, 0x20}, {0x44, 0x4b, 0x4b, 0x20}, {0x44, 0x4f, 0x50, 0x20}, {0x44, 0x5a, 0x44, 0x20}, {0x45, 0x43, 0x53, 0x20}, {0x45, 0x43, 0x56, 0x20}, {0x45, 0x45, 0x4b, 0x20}, {0x45, 0x47, 0x50, 0x20}, {0x45, 0x52, 0x4e, 0x20}, {0x45, 0x53, 0x41, 0x20}, {0x45, 0x53, 0x42, 0x20}, {0x45, 0x53, 0x50, 0x20}, {0x45, 0x54, 0x42, 0x20}, {0x45, 0x55, 0x52, 0x20}, {0x46, 0x49, 0x4d, 0x20}, {0x46, 0x4a, 0x44, 0x20}, {0x46, 0x4b, 0x50, 0x20}, {0x46, 0x52, 0x46, 0x20}, {0x47, 0x42, 0x50, 0x20}, {0x47, 0x45, 0x4b, 0x20}, {0x47, 0x45, 0x4c, 0x20}, {0x47, 0x48, 0x43, 0x20}, {0x47, 0x48, 0x53, 0x20}, {0x47, 0x49, 0x50, 0x20}, {0x47, 0x4d, 0x44, 0x20}, {0x47, 0x4e, 0x46, 0x20}, {0x47, 0x4e, 0x53, 0x20}, {0x47, 0x51, 0x45, 0x20}, {0x47, 0x52, 0x44, 0x20}, {0x47, 0x54, 0x51, 0x20}, {0x47, 0x57, 0x45, 0x20}, {0x47, 0x57, 0x50, 0x20}, {0x47, 0x59, 0x44, 0x20}, {0x48, 0x4b, 0x44, 0x20}, {0x48, 0x4e, 0x4c, 0x20}, {0x48, 0x52, 0x44, 0x20}, {0x48, 0x52, 0x4b, 0x20}, {0x48, 0x54, 0x47, 0x20}, {0x48, 0x55, 0x46, 0x20}, {0x49, 0x44, 0x52, 0x20}, {0x49, 0x45, 0x50, 0x20}, {0x49, 0x4c, 0x50, 0x20}, {0x49, 0x4c, 0x52, 0x20}, {0x49, 0x4c, 0x53, 0x20}, {0x49, 0x4e, 0x52, 0x20}, {0x49, 0x51, 0x44, 0x20}, {0x49, 0x52, 0x52, 0x20}, {0x49, 0x53, 0x4a, 0x20}, {0x49, 0x53, 0x4b, 0x20}, {0x49, 0x54, 0x4c, 0x20}, {0x4a, 0x4d, 0x44, 0x20}, {0x4a, 0x4f, 0x44, 0x20}, {0x4a, 0x50, 0x59, 0x20}, {0x4b, 0x45, 0x53, 0x20}, {0x4b, 0x47, 0x53, 0x20}, {0x4b, 0x48, 0x52, 0x20}, {0x4b, 0x4d, 0x46, 0x20}, {0x4b, 0x50, 0x57, 0x20}, {0x4b, 0x52, 0x48, 0x20}, {0x4b, 0x52, 0x4f, 0x20}, {0x4b, 0x52, 0x57, 0x20}, {0x4b, 0x57, 0x44, 0x20}, {0x4b, 0x59, 0x44, 0x20}, {0x4b, 0x5a, 0x54, 0x20}, {0x4c, 0x41, 0x4b, 0x20}, {0x4c, 0x42, 0x50, 0x20}, {0x4c, 0x4b, 0x52, 0x20}, {0x4c, 0x52, 0x44, 0x20}, {0x4c, 0x53, 0x4c, 0x20}, {0x4c, 0x54, 0x4c, 0x20}, {0x4c, 0x54, 0x54, 0x20}, {0x4c, 0x55, 0x43, 0x20}, {0x4c, 0x55, 0x46, 0x20}, {0x4c, 0x55, 0x4c, 0x20}, {0x4c, 0x56, 0x4c, 0x20}, {0x4c, 0x56, 0x52, 0x20}, {0x4c, 0x59, 0x44, 0x20}, {0x4d, 0x41, 0x44, 0x20}, {0x4d, 0x41, 0x46, 0x20}, {0x4d, 0x43, 0x46, 0x20}, {0x4d, 0x44, 0x43, 0x20}, {0x4d, 0x44, 0x4c, 0x20}, {0x4d, 0x47, 0x41, 0x20}, {0x4d, 0x47, 0x46, 0x20}, {0x4d, 0x4b, 0x44, 0x20}, {0x4d, 0x4b, 0x4e, 0x20}, {0x4d, 0x4c, 0x46, 0x20}, {0x4d, 0x4d, 0x4b, 0x20}, {0x4d, 0x4e, 0x54, 0x20}, {0x4d, 0x4f, 0x50, 0x20}, {0x4d, 0x52, 0x4f, 0x20}, {0x4d, 0x54, 0x4c, 0x20}, {0x4d, 0x54, 0x50, 0x20}, {0x4d, 0x55, 0x52, 0x20}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52, 0x20}, {0x4d, 0x57, 0x4b, 0x20}, {0x4d, 0x58, 0x4e, 0x20}, {0x4d, 0x58, 0x50, 0x20}, {0x4d, 0x58, 0x56, 0x20}, {0x4d, 0x59, 0x52, 0x20}, {0x4d, 0x5a, 0x45, 0x20}, {0x4d, 0x5a, 0x4d, 0x20}, {0x4d, 0x5a, 0x4e, 0x20}, {0x4e, 0x41, 0x44, 0x20}, {0x4e, 0x47, 0x4e, 0x20}, {0x4e, 0x49, 0x43, 0x20}, {0x4e, 0x49, 0x4f, 0x20}, {0x4e, 0x4c, 0x47, 0x20}, {0x4e, 0x4f, 0x4b, 0x20}, {0x4e, 0x50, 0x52, 0x20}, {0x4e, 0x5a, 0x44, 0x20}, {0x4f, 0x4d, 0x52, 0x20}, {0x50, 0x41, 0x42, 0x20}, {0x50, 0x45, 0x49, 0x20}, {0x50, 0x45, 0x4e, 0x20}, {0x50, 0x45, 0x53, 0x20}, {0x50, 0x47, 0x4b, 0x20}, {0x50, 0x48, 0x50, 0x20}, {0x50, 0x4b, 0x52, 0x20}, {0x50, 0x4c, 0x4e, 0x20}, {0x50, 0x4c, 0x5a, 0x20}, {0x50, 0x54, 0x45, 0x20}, {0x50, 0x59, 0x47, 0x20}, {0x51, 0x41, 0x52, 0x20}, {0x52, 0x48, 0x44, 0x20}, {0x52, 0x4f, 0x4c, 0x20}, {0x52, 0x4f, 0x4e, 0x20}, {0x52, 0x53, 0x44, 0x20}, {0x52, 0x55, 0x42, 0x20}, {0x52, 0x55, 0x52, 0x20}, {0x52, 0x57, 0x46, 0x20}, {0x53, 0x41, 0x52, 0x20}, {0x53, 0x42, 0x44, 0x20}, {0x53, 0x43, 0x52, 0x20}, {0x53, 0x44, 0x44, 0x20}, {0x53, 0x44, 0x47, 0x20}, {0x53, 0x44, 0x50, 0x20}, {0x53, 0x45, 0x4b, 0x20}, {0x53, 0x47, 0x44, 0x20}, {0x53, 0x48, 0x50, 0x20}, {0x53, 0x49, 0x54, 0x20}, {0x53, 0x4b, 0x4b, 0x20}, {0x53, 0x4c, 0x4c, 0x20}, {0x53, 0x4f, 0x53, 0x20}, {0x53, 0x52, 0x44, 0x20}, {0x53, 0x52, 0x47, 0x20}, {0x53, 0x53, 0x50, 0x20}, {0x53, 0x54, 0x44, 0x20}, {0x53, 0x55, 0x52, 0x20}, {0x53, 0x56, 0x43, 0x20}, {0x53, 0x59, 0x50, 0x20}, {0x53, 0x5a, 0x4c, 0x20}, {0x54, 0x48, 0x42, 0x20}, {0x54, 0x4a, 0x52, 0x20}, {0x54, 0x4a, 0x53, 0x20}, {0x54, 0x4d, 0x4d, 0x20}, {0x54, 0x4d, 0x54, 0x20}, {0x54, 0x4e, 0x44, 0x20}, {0x54, 0x4f, 0x50, 0x20}, {0x54, 0x50, 0x45, 0x20}, {0x54, 0x52, 0x4c, 0x20}, {0x54, 0x52, 0x59, 0x20}, {0x54, 0x54, 0x44, 0x20}, {0x54, 0x57, 0x44, 0x20}, {0x54, 0x5a, 0x53, 0x20}, {0x55, 0x41, 0x48, 0x20}, {0x55, 0x41, 0x4b, 0x20}, {0x55, 0x47, 0x53, 0x20}, {0x55, 0x47, 0x58, 0x20}, {0x55, 0x53, 0x44, 0x20}, {0x55, 0x53, 0x4e, 0x20}, {0x55, 0x53, 0x53, 0x20}, {0x55, 0x59, 0x49, 0x20}, {0x55, 0x59, 0x50, 0x20}, {0x55, 0x59, 0x55, 0x20}, {0x55, 0x5a, 0x53, 0x20}, {0x56, 0x45, 0x42, 0x20}, {0x56, 0x45, 0x46, 0x20}, {0x56, 0x4e, 0x44, 0x20}, {0x56, 0x4e, 0x4e, 0x20}, {0x56, 0x55, 0x56, 0x20}, {0x57, 0x53, 0x54, 0x20}, {0x58, 0x41, 0x46, 0x20}, {0x58, 0x41, 0x47, 0x20}, {0x58, 0x41, 0x55, 0x20}, {0x58, 0x42, 0x41, 0x20}, {0x58, 0x42, 0x42, 0x20}, {0x58, 0x42, 0x43, 0x20}, {0x58, 0x42, 0x44, 0x20}, {0x58, 0x43, 0x44, 0x20}, {0x58, 0x44, 0x52, 0x20}, {0x58, 0x45, 0x55, 0x20}, {0x58, 0x46, 0x4f, 0x20}, {0x58, 0x46, 0x55, 0x20}, {0x58, 0x4f, 0x46, 0x20}, {0x58, 0x50, 0x44, 0x20}, {0x58, 0x50, 0x46, 0x20}, {0x58, 0x50, 0x54, 0x20}, {0x58, 0x52, 0x45, 0x20}, {0x58, 0x53, 0x55, 0x20}, {0x58, 0x54, 0x53, 0x20}, {0x58, 0x55, 0x41, 0x20}, {0x58, 0x58, 0x58, 0x20}, {0x59, 0x44, 0x44, 0x20}, {0x59, 0x45, 0x52, 0x20}, {0x59, 0x55, 0x44, 0x20}, {0x59, 0x55, 0x4d, 0x20}, {0x59, 0x55, 0x4e, 0x20}, {0x59, 0x55, 0x52, 0x20}, {0x5a, 0x41, 0x4c, 0x20}, {0x5a, 0x41, 0x52, 0x20}, {0x5a, 0x4d, 0x4b, 0x20}, {0x5a, 0x4d, 0x57, 0x20}, {0x5a, 0x52, 0x4e, 0x20}, {0x5a, 0x52, 0x5a, 0x20}, {0x5a, 0x57, 0x44, 0x20}, {0x5a, 0x57, 0x4c, 0x20}, {0x5a, 0x57, 0x52, 0x20}},
- currencyNegativePrefix: []byte{0x28},
- currencyNegativeSuffix: []byte{0x29},
- monthsAbbreviated: [][]uint8{[]uint8(nil), {0x45, 0x6e, 0x65}, {0x50, 0x65, 0x62}, {0x4d, 0x61, 0x72}, {0x41, 0x62, 0x72}, {0x4d, 0x61, 0x79}, {0x48, 0x75, 0x6e}, {0x48, 0x75, 0x6c}, {0x41, 0x67, 0x6f}, {0x53, 0x65, 0x74}, {0x4f, 0x6b, 0x74}, {0x4e, 0x6f, 0x62}, {0x44, 0x69, 0x73}},
- monthsNarrow: [][]uint8{[]uint8(nil), {0x45, 0x6e, 0x65}, {0x50, 0x65, 0x62}, {0x4d, 0x61, 0x72}, {0x41, 0x62, 0x72}, {0x4d, 0x61, 0x79}, {0x48, 0x75, 0x6e}, {0x48, 0x75, 0x6c}, {0x41, 0x67, 0x6f}, {0x53, 0x65, 0x74}, {0x4f, 0x6b, 0x74}, {0x4e, 0x6f, 0x62}, {0x44, 0x69, 0x73}},
- monthsWide: [][]uint8{[]uint8(nil), {0x45, 0x6e, 0x65, 0x72, 0x6f}, {0x50, 0x65, 0x62, 0x72, 0x65, 0x72, 0x6f}, {0x4d, 0x61, 0x72, 0x73, 0x6f}, {0x41, 0x62, 0x72, 0x69, 0x6c}, {0x4d, 0x61, 0x79, 0x6f}, {0x48, 0x75, 0x6e, 0x79, 0x6f}, {0x48, 0x75, 0x6c, 0x79, 0x6f}, {0x41, 0x67, 0x6f, 0x73, 0x74, 0x6f}, {0x53, 0x65, 0x74, 0x79, 0x65, 0x6d, 0x62, 0x72, 0x65}, {0x4f, 0x6b, 0x74, 0x75, 0x62, 0x72, 0x65}, {0x4e, 0x6f, 0x62, 0x79, 0x65, 0x6d, 0x62, 0x72, 0x65}, {0x44, 0x69, 0x73, 0x79, 0x65, 0x6d, 0x62, 0x72, 0x65}},
- daysAbbreviated: [][]uint8{{0x4c, 0x69, 0x6e}, {0x4c, 0x75, 0x6e}, {0x4d, 0x61, 0x72}, {0x4d, 0x69, 0x79}, {0x48, 0x75, 0x77}, {0x42, 0x69, 0x79}, {0x53, 0x61, 0x62}},
- daysNarrow: [][]uint8{{0x4c, 0x69, 0x6e}, {0x4c, 0x75, 0x6e}, {0x4d, 0x61, 0x72}, {0x4d, 0x69, 0x79}, {0x48, 0x75, 0x77}, {0x42, 0x69, 0x79}, {0x53, 0x61, 0x62}},
- daysShort: [][]uint8{{0x4c, 0x69}, {0x4c, 0x75}, {0x4d, 0x61}, {0x4d, 0x69}, {0x48, 0x75}, {0x42, 0x69}, {0x53, 0x61}},
- daysWide: [][]uint8{{0x4c, 0x69, 0x6e, 0x67, 0x67, 0x6f}, {0x4c, 0x75, 0x6e, 0x65, 0x73}, {0x4d, 0x61, 0x72, 0x74, 0x65, 0x73}, {0x4d, 0x69, 0x79, 0x65, 0x72, 0x6b, 0x75, 0x6c, 0x65, 0x73}, {0x48, 0x75, 0x77, 0x65, 0x62, 0x65, 0x73}, {0x42, 0x69, 0x79, 0x65, 0x72, 0x6e, 0x65, 0x73}, {0x53, 0x61, 0x62, 0x61, 0x64, 0x6f}},
- periodsAbbreviated: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}},
- periodsNarrow: [][]uint8{{0x61, 0x6d}, {0x70, 0x6d}},
- periodsWide: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}},
- erasAbbreviated: [][]uint8{{0x42, 0x43}, {0x41, 0x44}},
- erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)},
- erasWide: [][]uint8{{0x42, 0x43}, {0x41, 0x44}},
- timezones: map[string][]uint8{"TMT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x75, 0x72, 0x6b, 0x6d, 0x65, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x6e}, "BOT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x42, 0x6f, 0x6c, 0x69, 0x76, 0x69, 0x61}, "EDT": {0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65}, "WARST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61}, "CHAST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x43, 0x68, 0x61, 0x74, 0x68, 0x61, 0x6d}, "∅∅∅": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x50, 0x65, 0x72, 0x75}, "CST": {0x53, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x6e, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73}, "AKST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61}, "AST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x6b, 0x6f}, "WART": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61}, "ACWDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x20, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "EAT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61}, "SAST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x69, 0x6d, 0x6f, 0x67, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61}, "ART": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61}, "PDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x50, 0x61, 0x73, 0x69, 0x70, 0x69, 0x6b, 0x6f}, "GYT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x47, 0x75, 0x79, 0x61, 0x6e, 0x61}, "ACST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "AEST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "MESZ": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "OESZ": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "AKDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61}, "WAST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61}, "HADT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x2d, 0x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x61, 0x6e}, "UYST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x55, 0x72, 0x75, 0x67, 0x75, 0x61, 0x79}, "WIT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x6e, 0x67, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x73, 0x69, 0x79, 0x61}, "LHST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4c, 0x6f, 0x72, 0x64, 0x20, 0x48, 0x6f, 0x77, 0x65}, "IST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x42, 0x68, 0x75, 0x74, 0x61, 0x6e}, "SGT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x53, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x6f, 0x72, 0x65}, "SRT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x53, 0x75, 0x72, 0x69, 0x6e, 0x61, 0x6d, 0x65}, "COST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x43, 0x6f, 0x6c, 0x6f, 0x6d, 0x62, 0x69, 0x61}, "WITA": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x73, 0x69, 0x79, 0x61}, "OEZ": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "NZDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x5a, 0x65, 0x61, 0x6c, 0x61, 0x6e, 0x64}, "LHDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x4c, 0x6f, 0x72, 0x64, 0x65, 0x20, 0x48, 0x6f, 0x77, 0x65}, "TMST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x54, 0x75, 0x72, 0x6b, 0x6d, 0x65, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x6e}, "MYT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x6e, 0x67, 0x20, 0x4d, 0x61, 0x6c, 0x61, 0x79, 0x73, 0x69, 0x61}, "HKT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67}, "WESZ": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "COT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x43, 0x6f, 0x6c, 0x6f, 0x6d, 0x62, 0x69, 0x61}, "CAT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61}, "AEDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x53, 0x69, 0x6c, 0x61, 0x6e, 0x67, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "JST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e}, "JDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e}, "HNT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4e, 0x65, 0x77, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64}, "WEZ": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "MST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x42, 0x75, 0x6e, 0x64, 0x6f, 0x6b}, "HAT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x4e, 0x65, 0x77, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64}, "ACDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "WIB": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x73, 0x69, 0x79, 0x61}, "GFT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x46, 0x72, 0x65, 0x6e, 0x63, 0x68, 0x20, 0x47, 0x75, 0x69, 0x61, 0x6e, 0x61}, "ChST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x43, 0x68, 0x61, 0x6d, 0x6f, 0x72, 0x72, 0x6f}, "VET": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x56, 0x65, 0x6e, 0x65, 0x7a, 0x75, 0x65, 0x6c, 0x61}, "WAT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61}, "CLT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x43, 0x68, 0x69, 0x6c, 0x65}, "ECT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x45, 0x63, 0x75, 0x61, 0x64, 0x6f, 0x72}, "AWST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "AWDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "HAST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x2d, 0x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x61, 0x6e}, "MDT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x42, 0x75, 0x6e, 0x64, 0x6f, 0x6b}, "MEZ": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65}, "PST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x50, 0x61, 0x73, 0x69, 0x70, 0x69, 0x6b, 0x6f}, "HKST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67}, "CHADT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x43, 0x68, 0x61, 0x74, 0x68, 0x61, 0x6d}, "GMT": {0x47, 0x72, 0x65, 0x65, 0x6e, 0x77, 0x69, 0x63, 0x68, 0x20, 0x4d, 0x65, 0x61, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65}, "UYT": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x55, 0x72, 0x75, 0x67, 0x75, 0x61, 0x79}, "ACWST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x67, 0x20, 0x47, 0x69, 0x74, 0x6e, 0x61, 0x6e, 0x67, 0x20, 0x4b, 0x61, 0x6e, 0x6c, 0x75, 0x72, 0x61, 0x6e, 0x20, 0x6e, 0x67, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x79, 0x61}, "EST": {0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x6e, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73}, "NZST": {0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6e, 0x61, 0x20, 0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x5a, 0x65, 0x61, 0x6c, 0x61, 0x6e, 0x64}, "BT": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x42, 0x68, 0x75, 0x74, 0x61, 0x6e}, "CDT": {0x53, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x6e, 0x61, 0x20, 0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65}, "ARST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61}, "ADT": {0x44, 0x61, 0x79, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x73, 0x61, 0x20, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x6b, 0x6f}, "CLST": {0x4f, 0x72, 0x61, 0x73, 0x20, 0x73, 0x61, 0x20, 0x54, 0x61, 0x67, 0x2d, 0x69, 0x6e, 0x69, 0x74, 0x20, 0x6e, 0x67, 0x20, 0x43, 0x68, 0x69, 0x6c, 0x65}},
+ pluralsRange: []locales.PluralRule{2, 6},
+ decimal: ".",
+ group: ",",
+ minus: "-",
+ percent: "%",
+ perMille: "‰",
+ timeSeparator: ":",
+ inifinity: "∞",
+ currencies: []string{"ADP ", "AED ", "AFA ", "AFN ", "ALK ", "ALL ", "AMD ", "ANG ", "AOA ", "AOK ", "AON ", "AOR ", "ARA ", "ARL ", "ARM ", "ARP ", "ARS ", "ATS ", "AUD ", "AWG ", "AZM ", "AZN ", "BAD ", "BAM ", "BAN ", "BBD ", "BDT ", "BEC ", "BEF ", "BEL ", "BGL ", "BGM ", "BGN ", "BGO ", "BHD ", "BIF ", "BMD ", "BND ", "BOB ", "BOL ", "BOP ", "BOV ", "BRB ", "BRC ", "BRE ", "BRL ", "BRN ", "BRR ", "BRZ ", "BSD ", "BTN ", "BUK ", "BWP ", "BYB ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "CLP ", "CNX ", "CNY ", "COP ", "COU ", "CRC ", "CSD ", "CSK ", "CUC ", "CUP ", "CVE ", "CYP ", "CZK ", "DDM ", "DEM ", "DJF ", "DKK ", "DOP ", "DZD ", "ECS ", "ECV ", "EEK ", "EGP ", "ERN ", "ESA ", "ESB ", "ESP ", "ETB ", "EUR ", "FIM ", "FJD ", "FKP ", "FRF ", "GBP ", "GEK ", "GEL ", "GHC ", "GHS ", "GIP ", "GMD ", "GNF ", "GNS ", "GQE ", "GRD ", "GTQ ", "GWE ", "GWP ", "GYD ", "HKD ", "HNL ", "HRD ", "HRK ", "HTG ", "HUF ", "IDR ", "IEP ", "ILP ", "ILR ", "ILS ", "INR ", "IQD ", "IRR ", "ISJ ", "ISK ", "ITL ", "JMD ", "JOD ", "JPY ", "KES ", "KGS ", "KHR ", "KMF ", "KPW ", "KRH ", "KRO ", "KRW ", "KWD ", "KYD ", "KZT ", "LAK ", "LBP ", "LKR ", "LRD ", "LSL ", "LTL ", "LTT ", "LUC ", "LUF ", "LUL ", "LVL ", "LVR ", "LYD ", "MAD ", "MAF ", "MCF ", "MDC ", "MDL ", "MGA ", "MGF ", "MKD ", "MKN ", "MLF ", "MMK ", "MNT ", "MOP ", "MRO ", "MTL ", "MTP ", "MUR ", "MVP ", "MVR ", "MWK ", "MXN ", "MXP ", "MXV ", "MYR ", "MZE ", "MZM ", "MZN ", "NAD ", "NGN ", "NIC ", "NIO ", "NLG ", "NOK ", "NPR ", "NZD ", "OMR ", "PAB ", "PEI ", "PEN ", "PES ", "PGK ", "PHP ", "PKR ", "PLN ", "PLZ ", "PTE ", "PYG ", "QAR ", "RHD ", "ROL ", "RON ", "RSD ", "RUB ", "RUR ", "RWF ", "SAR ", "SBD ", "SCR ", "SDD ", "SDG ", "SDP ", "SEK ", "SGD ", "SHP ", "SIT ", "SKK ", "SLL ", "SOS ", "SRD ", "SRG ", "SSP ", "STD ", "SUR ", "SVC ", "SYP ", "SZL ", "THB ", "TJR ", "TJS ", "TMM ", "TMT ", "TND ", "TOP ", "TPE ", "TRL ", "TRY ", "TTD ", "TWD ", "TZS ", "UAH ", "UAK ", "UGS ", "UGX ", "USD ", "USN ", "USS ", "UYI ", "UYP ", "UYU ", "UZS ", "VEB ", "VEF ", "VND ", "VNN ", "VUV ", "WST ", "XAF ", "XAG ", "XAU ", "XBA ", "XBB ", "XBC ", "XBD ", "XCD ", "XDR ", "XEU ", "XFO ", "XFU ", "XOF ", "XPD ", "XPF ", "XPT ", "XRE ", "XSU ", "XTS ", "XUA ", "XXX ", "YDD ", "YER ", "YUD ", "YUM ", "YUN ", "YUR ", "ZAL ", "ZAR ", "ZMK ", "ZMW ", "ZRN ", "ZRZ ", "ZWD ", "ZWL ", "ZWR "},
+ currencyNegativePrefix: "(",
+ currencyNegativeSuffix: ")",
+ monthsAbbreviated: []string{"", "Ene", "Peb", "Mar", "Abr", "May", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"},
+ monthsNarrow: []string{"", "Ene", "Peb", "Mar", "Abr", "May", "Hun", "Hul", "Ago", "Set", "Okt", "Nob", "Dis"},
+ monthsWide: []string{"", "Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Setyembre", "Oktubre", "Nobyembre", "Disyembre"},
+ daysAbbreviated: []string{"Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"},
+ daysNarrow: []string{"Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"},
+ daysShort: []string{"Li", "Lu", "Ma", "Mi", "Hu", "Bi", "Sa"},
+ daysWide: []string{"Linggo", "Lunes", "Martes", "Miyerkules", "Huwebes", "Biyernes", "Sabado"},
+ periodsAbbreviated: []string{"AM", "PM"},
+ periodsNarrow: []string{"am", "pm"},
+ periodsWide: []string{"AM", "PM"},
+ erasAbbreviated: []string{"BC", "AD"},
+ erasNarrow: []string{"", ""},
+ erasWide: []string{"BC", "AD"},
+ timezones: map[string]string{"AWST": "Standard Time ng Kanlurang Australya", "CHAST": "Standard na Oras sa Chatham", "CLST": "Oras sa Tag-init ng Chile", "GYT": "Oras sa Guyana", "PDT": "Daylight Time sa Pasipiko", "UYT": "Standard na Oras sa Uruguay", "∅∅∅": "∅∅∅", "OEZ": "Standard na Oras sa Silangang Europe", "WIT": "Oras ng Silangang Indonesiya", "WIB": "Oras ng Kanlurang Indonesiya", "JDT": "Daylight Time sa Japan", "WART": "Standard na Oras sa Kanlurang Argentina", "BT": "Oras sa Bhutan", "GMT": "Greenwich Mean Time", "ACDT": "Daylight Time ng Gitnang Australya", "PST": "Standard na Oras sa Pasipiko", "HAT": "Daylight Time sa Newfoundland", "TMT": "Standard na Oras sa Turkmenistan", "TMST": "Oras sa Tag-init ng Turkmenistan", "AKDT": "Daylight Time sa Alaska", "CST": "Sentral na Standard na Oras", "WAT": "Standard na Oras sa Kanlurang Africa", "HNT": "Standard na Oras sa Newfoundland", "MST": "MST", "LHDT": "Daylight Time sa Lorde Howe", "NZST": "Standard na Oras sa New Zealand", "NZDT": "Daylight Time sa New Zealand", "AEST": "Standard Time ng Silangang Australya", "HKT": "Standard na Oras sa Hong Kong", "HKST": "Oras sa Tag-init ng Hong Kong", "ACWDT": "Daylight Time ng Gitnang Kanluran ng Australya", "ECT": "Oras sa Ecuador", "SGT": "Standard na Oras sa Singapore", "OESZ": "Oras sa Tag-init ng Silangang Europe", "AWDT": "Daylight Time sa Kanlurang Australya", "VET": "Oras sa Venezuela", "AEDT": "Daylight Time ng Silangang Australya", "COT": "Standard na Oras sa Colombia", "AST": "Standard na Oras sa Atlantiko", "ACST": "Standard Time ng Gitnang Australya", "BOT": "Oras sa Bolivia", "CLT": "Standard na Oras sa Chile", "WESZ": "Oras sa Tag-init ng Kanlurang Europe", "EST": "Eastern na Standard na Oras", "WAST": "Oras sa Tag-init ng Kanlurang Africa", "MEZ": "Standard na Oras sa Gitnang Europe", "MDT": "MDT", "SRT": "Oras sa Suriname", "CDT": "Sentral na Daylight Time", "MESZ": "Oras sa Tag-init ng Gitnang Europe", "ChST": "Standard na Oras sa Chamorro", "SAST": "Oras sa Timog Africa", "GFT": "Oras sa French Guiana", "AKST": "Standard na Oras sa Alaska", "HADT": "Oras sa Tag-init ng Hawaii-Aleutian", "MYT": "Oras ng Malaysia", "UYST": "Oras sa Tag-init ng Uruguay", "CHADT": "Daylight Time sa Chatham", "ACWST": "Standard Time ng Gitnang Kanluran ng Australya", "CAT": "Oras sa Gitnang Africa", "EDT": "Eastern Daylight Time", "HAST": "Standard na Oras sa Hawaii-Aleutian", "IST": "Standard na Oras sa Bhutan", "LHST": "Standard na Oras sa Lord Howe", "EAT": "Oras sa Silangang Africa", "ARST": "Oras sa Tag-init ng Argentina", "WARST": "Oras sa Tag-init ng Kanlurang Argentina", "WITA": "Oras ng Gitnang Indonesiya", "JST": "Standard na Oras sa Japan", "WEZ": "Standard na Oras sa Kanlurang Europe", "COST": "Oras sa Tag-init ng Colombia", "ADT": "Daylight Time sa Atlantiko", "ART": "Standard na Oras sa Argentina"},
}
}
@@ -142,82 +142,80 @@ func (fil *fil_PH) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uin
}
// MonthAbbreviated returns the locales abbreviated month given the 'month' provided
-func (fil *fil_PH) MonthAbbreviated(month time.Month) []byte {
+func (fil *fil_PH) MonthAbbreviated(month time.Month) string {
return fil.monthsAbbreviated[month]
}
// MonthsAbbreviated returns the locales abbreviated months
-func (fil *fil_PH) MonthsAbbreviated() [][]byte {
+func (fil *fil_PH) MonthsAbbreviated() []string {
return fil.monthsAbbreviated[1:]
}
// MonthNarrow returns the locales narrow month given the 'month' provided
-func (fil *fil_PH) MonthNarrow(month time.Month) []byte {
+func (fil *fil_PH) MonthNarrow(month time.Month) string {
return fil.monthsNarrow[month]
}
// MonthsNarrow returns the locales narrow months
-func (fil *fil_PH) MonthsNarrow() [][]byte {
+func (fil *fil_PH) MonthsNarrow() []string {
return fil.monthsNarrow[1:]
}
// MonthWide returns the locales wide month given the 'month' provided
-func (fil *fil_PH) MonthWide(month time.Month) []byte {
+func (fil *fil_PH) MonthWide(month time.Month) string {
return fil.monthsWide[month]
}
// MonthsWide returns the locales wide months
-func (fil *fil_PH) MonthsWide() [][]byte {
+func (fil *fil_PH) MonthsWide() []string {
return fil.monthsWide[1:]
}
// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
-func (fil *fil_PH) WeekdayAbbreviated(weekday time.Weekday) []byte {
+func (fil *fil_PH) WeekdayAbbreviated(weekday time.Weekday) string {
return fil.daysAbbreviated[weekday]
}
// WeekdaysAbbreviated returns the locales abbreviated weekdays
-func (fil *fil_PH) WeekdaysAbbreviated() [][]byte {
+func (fil *fil_PH) WeekdaysAbbreviated() []string {
return fil.daysAbbreviated
}
// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
-func (fil *fil_PH) WeekdayNarrow(weekday time.Weekday) []byte {
+func (fil *fil_PH) WeekdayNarrow(weekday time.Weekday) string {
return fil.daysNarrow[weekday]
}
// WeekdaysNarrow returns the locales narrow weekdays
-func (fil *fil_PH) WeekdaysNarrow() [][]byte {
+func (fil *fil_PH) WeekdaysNarrow() []string {
return fil.daysNarrow
}
// WeekdayShort returns the locales short weekday given the 'weekday' provided
-func (fil *fil_PH) WeekdayShort(weekday time.Weekday) []byte {
+func (fil *fil_PH) WeekdayShort(weekday time.Weekday) string {
return fil.daysShort[weekday]
}
// WeekdaysShort returns the locales short weekdays
-func (fil *fil_PH) WeekdaysShort() [][]byte {
+func (fil *fil_PH) WeekdaysShort() []string {
return fil.daysShort
}
// WeekdayWide returns the locales wide weekday given the 'weekday' provided
-func (fil *fil_PH) WeekdayWide(weekday time.Weekday) []byte {
+func (fil *fil_PH) WeekdayWide(weekday time.Weekday) string {
return fil.daysWide[weekday]
}
// WeekdaysWide returns the locales wide weekdays
-func (fil *fil_PH) WeekdaysWide() [][]byte {
+func (fil *fil_PH) WeekdaysWide() []string {
return fil.daysWide
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'fil_PH' and handles both Whole and Real numbers based on 'v'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtNumber(num float64, v uint64) []byte {
+func (fil *fil_PH) FmtNumber(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(fil.decimal) + len(fil.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -251,17 +249,14 @@ func (fil *fil_PH) FmtNumber(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- return b
+ return string(b)
}
// FmtPercent returns 'num' with digits/precision of 'v' for 'fil_PH' and handles both Whole and Real numbers based on 'v'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
// NOTE: 'num' passed into FmtPercent is assumed to be in percent already
-func (fil *fil_PH) FmtPercent(num float64, v uint64) []byte {
-
+func (fil *fil_PH) FmtPercent(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(fil.decimal)
+ l := len(s) + 3
b := make([]byte, 0, l)
for i := len(s) - 1; i >= 0; i-- {
@@ -285,17 +280,15 @@ func (fil *fil_PH) FmtPercent(num float64, v uint64) []byte {
b = append(b, fil.percent...)
- return b
+ return string(b)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
+func (fil *fil_PH) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := fil.currencies[currency]
- l := len(s) + len(fil.decimal) + len(fil.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -344,17 +337,16 @@ func (fil *fil_PH) FmtCurrency(num float64, v uint64, currency currency.Type) []
}
}
- return b
+ return string(b)
}
// FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fil_PH'
-// in accounting notation. returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
+// in accounting notation.
+func (fil *fil_PH) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := fil.currencies[currency]
- l := len(s) + len(fil.decimal) + len(fil.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -385,9 +377,7 @@ func (fil *fil_PH) FmtAccounting(num float64, v uint64, currency currency.Type)
b = append(b, symbol[j])
}
- for j := len(fil.currencyNegativePrefix) - 1; j >= 0; j-- {
- b = append(b, fil.currencyNegativePrefix[j])
- }
+ b = append(b, fil.currencyNegativePrefix[0])
} else {
@@ -417,13 +407,11 @@ func (fil *fil_PH) FmtAccounting(num float64, v uint64, currency currency.Type)
b = append(b, fil.currencyNegativeSuffix...)
}
- return b
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtDateShort(t time.Time) []byte {
+func (fil *fil_PH) FmtDateShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -438,13 +426,11 @@ func (fil *fil_PH) FmtDateShort(t time.Time) []byte {
b = append(b, strconv.Itoa(t.Year())[1:]...)
}
- return b
+ return string(b)
}
// FmtDateMedium returns the medium date representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtDateMedium(t time.Time) []byte {
+func (fil *fil_PH) FmtDateMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -454,13 +440,11 @@ func (fil *fil_PH) FmtDateMedium(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateLong returns the long date representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtDateLong(t time.Time) []byte {
+func (fil *fil_PH) FmtDateLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -470,13 +454,11 @@ func (fil *fil_PH) FmtDateLong(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateFull returns the full date representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtDateFull(t time.Time) []byte {
+func (fil *fil_PH) FmtDateFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -488,13 +470,11 @@ func (fil *fil_PH) FmtDateFull(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtTimeShort returns the short time representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtTimeShort(t time.Time) []byte {
+func (fil *fil_PH) FmtTimeShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -520,13 +500,11 @@ func (fil *fil_PH) FmtTimeShort(t time.Time) []byte {
b = append(b, fil.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeMedium returns the medium time representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtTimeMedium(t time.Time) []byte {
+func (fil *fil_PH) FmtTimeMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -559,13 +537,11 @@ func (fil *fil_PH) FmtTimeMedium(t time.Time) []byte {
b = append(b, fil.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeLong returns the long time representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtTimeLong(t time.Time) []byte {
+func (fil *fil_PH) FmtTimeLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -603,13 +579,11 @@ func (fil *fil_PH) FmtTimeLong(t time.Time) []byte {
tz, _ := t.Zone()
b = append(b, tz...)
- return b
+ return string(b)
}
// FmtTimeFull returns the full time representation of 't' for 'fil_PH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (fil *fil_PH) FmtTimeFull(t time.Time) []byte {
+func (fil *fil_PH) FmtTimeFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -652,5 +626,5 @@ func (fil *fil_PH) FmtTimeFull(t time.Time) []byte {
b = append(b, tz...)
}
- return b
+ return string(b)
}