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 'pa_Guru/pa_Guru.go')
-rw-r--r--pa_Guru/pa_Guru.go204
1 files changed, 88 insertions, 116 deletions
diff --git a/pa_Guru/pa_Guru.go b/pa_Guru/pa_Guru.go
index 94f751e4..0b2bd614 100644
--- a/pa_Guru/pa_Guru.go
+++ b/pa_Guru/pa_Guru.go
@@ -14,29 +14,29 @@ type pa_Guru 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
- 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
+ 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 'pa_Guru' locale
@@ -46,28 +46,28 @@ func New() locales.Translator {
pluralsCardinal: []locales.PluralRule{2, 6},
pluralsOrdinal: []locales.PluralRule{6},
pluralsRange: []locales.PluralRule{2, 6},
- decimal: []byte{0xd9, 0xab},
- group: []byte{0x2c},
- minus: []byte{0x2d},
- percent: []byte{0xd9, 0xaa},
- perMille: []byte{0xd8, 0x89},
- 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}},
- monthsAbbreviated: [][]uint8{[]uint8(nil), {0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8}, {0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9a}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x88}, {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0x88}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xa8}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x97}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0xb0}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0x82}, {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0xb0}, {0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0xb0}},
- monthsNarrow: [][]uint8{[]uint8(nil), {0xe0, 0xa8, 0x9c}, {0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbc}, {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe}, {0xe0, 0xa8, 0x85}, {0xe0, 0xa8, 0xae}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x82}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x81}, {0xe0, 0xa8, 0x85}, {0xe0, 0xa8, 0xb8}, {0xe0, 0xa8, 0x85}, {0xe0, 0xa8, 0xa8}, {0xe0, 0xa8, 0xa6}},
- monthsWide: [][]uint8{[]uint8(nil), {0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80}, {0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80}, {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9a}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xb2}, {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0x88}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xa8}, {0xe0, 0xa8, 0x9c, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x88}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xa4}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xb0}},
- daysAbbreviated: [][]uint8{{0xe0, 0xa8, 0x90, 0xe0, 0xa8, 0xa4}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xae}, {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb2}, {0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7}, {0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9a, 0xe0, 0xa8, 0xb0}},
- daysNarrow: [][]uint8{{0xe0, 0xa8, 0x90}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0x8b}, {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb0}, {0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1}, {0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc}},
- daysShort: [][]uint8{{0xe0, 0xa8, 0x90, 0xe0, 0xa8, 0xa4}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xae}, {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0x97}, {0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7}, {0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x95}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa9, 0xb1}},
- daysWide: [][]uint8{{0xe0, 0xa8, 0x90, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9a, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0}},
- periodsAbbreviated: [][]uint8{{0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0x2e, 0xe0, 0xa8, 0xa6, 0xe0, 0xa9, 0x81, 0x2e}, {0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xbe, 0x2e, 0xe0, 0xa8, 0xa6, 0xe0, 0xa9, 0x81, 0x2e}},
- periodsNarrow: [][]uint8{{0xe0, 0xa8, 0xb8, 0x2e}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x2e}},
- periodsWide: [][]uint8{{0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0x2e, 0xe0, 0xa8, 0xa6, 0xe0, 0xa9, 0x81, 0x2e}, {0xe0, 0xa8, 0xac, 0xe0, 0xa8, 0xbe, 0x2e, 0xe0, 0xa8, 0xa6, 0xe0, 0xa9, 0x81, 0x2e}},
- erasAbbreviated: [][]uint8{{0xe0, 0xa8, 0x88, 0x2e, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0x2e}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa8}},
- erasNarrow: [][]uint8{{0xe0, 0xa8, 0x88, 0x2e, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0x2e}, {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa8}},
- erasWide: [][]uint8{{0xe0, 0xa8, 0x88, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xb5}, {0xe0, 0xa8, 0x88, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa8}},
- timezones: map[string][]uint8{"IST": {0xe0, 0xa8, 0xad, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CLT": {0xe0, 0xa8, 0x9a, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AWDT": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "GYT": {0xe0, 0xa8, 0x97, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xaf, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WAST": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "EAT": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HADT": {0xe0, 0xa8, 0xb9, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x88, 0x2d, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "MDT": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "JST": {0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xaa, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ACWDT": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "COT": {0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "SAST": {0xe0, 0xa8, 0xa6, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x96, 0xe0, 0xa8, 0xa3, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "JDT": {0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xaa, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "UYT": {0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x87, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ACDT": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WITA": {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7, 0x20, 0xe0, 0xa8, 0x87, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa1, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xa8, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CST": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HAST": {0xe0, 0xa8, 0xb9, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x88, 0x2d, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ADT": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x95, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "GMT": {0xe0, 0xa8, 0x97, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xb5, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x9a, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x88, 0xe0, 0xa8, 0xae}, "WARST": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WIB": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x87, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa1, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xa8, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "TMST": {0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "UYST": {0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x87, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WIT": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x87, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xa1, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xa8, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ACWST": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "VET": {0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xa8, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0x8f, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "MESZ": {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "PST": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x95, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ChST": {0xe0, 0xa8, 0x9a, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x8b, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WESZ": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "LHDT": {0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x8c, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xb9, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x87, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AKST": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "EST": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "MEZ": {0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa7, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "SGT": {0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xb0, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "SRT": {0xe0, 0xa8, 0xb8, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xae, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CAT": {0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AEDT": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "COST": {0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CHAST": {0xe0, 0xa8, 0x9a, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xa5, 0xe0, 0xa8, 0xae, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "TMT": {0xe0, 0xa8, 0xa4, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AEST": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CDT": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "PDT": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x95, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "OEZ": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AKDT": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "∅∅∅": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xbc, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CHADT": {0xe0, 0xa8, 0x9a, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0xa5, 0xe0, 0xa8, 0xae, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ACST": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa6, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AST": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xb2, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x95, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "OESZ": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "GFT": {0xe0, 0xa8, 0xab, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x9a, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa9, 0x81, 0xe0, 0xa8, 0x8f, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "LHST": {0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x8c, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xb9, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x87, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WAT": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "AWST": {0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0x88, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "NZST": {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x8a, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "NZDT": {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x8a, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "MYT": {0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WART": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ECT": {0xe0, 0xa8, 0x87, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xa1, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb0, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "MST": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x87, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ART": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "BOT": {0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x8b, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xb5, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x86, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "EDT": {0xe0, 0xa8, 0x89, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0x95, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xac, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "WEZ": {0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0x9b, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xaf, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HAT": {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x8a, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xaa, 0xe0, 0xa9, 0x8d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xbc, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HKT": {0xe0, 0xa8, 0xb9, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x97, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x97, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HKST": {0xe0, 0xa8, 0xb9, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x97, 0x20, 0xe0, 0xa8, 0x95, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0x97, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "BT": {0xe0, 0xa8, 0xad, 0xe0, 0xa9, 0x82, 0xe0, 0xa8, 0x9f, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0xa8, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "ARST": {0xe0, 0xa8, 0x85, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0x9c, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0x9f, 0xe0, 0xa9, 0x80, 0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbe, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "CLST": {0xe0, 0xa8, 0x9a, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0x97, 0xe0, 0xa8, 0xb0, 0xe0, 0xa8, 0xae, 0xe0, 0xa9, 0x80, 0x2d, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x81, 0xe0, 0xa9, 0xb1, 0xe0, 0xa8, 0xa4, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}, "HNT": {0xe0, 0xa8, 0xa8, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x8a, 0xe0, 0xa8, 0xab, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x89, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0xe0, 0xa8, 0xb2, 0xe0, 0xa9, 0x88, 0xe0, 0xa8, 0x82, 0xe0, 0xa8, 0xa1, 0x20, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbf, 0xe0, 0xa8, 0x86, 0xe0, 0xa8, 0xb0, 0xe0, 0xa9, 0x80, 0x20, 0xe0, 0xa8, 0xb8, 0xe0, 0xa8, 0xae, 0xe0, 0xa8, 0xbe, 0xe0, 0xa8, 0x82}},
+ 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 "},
+ monthsAbbreviated: []string{"", "ਜਨ", "ਫ਼ਰ", "ਮਾਰਚ", "ਅਪ੍ਰੈ", "ਮਈ", "ਜੂਨ", "ਜੁਲਾ", "ਅਗ", "ਸਤੰ", "ਅਕਤੂ", "ਨਵੰ", "ਦਸੰ"},
+ monthsNarrow: []string{"", "ਜ", "ਫ਼", "ਮਾ", "ਅ", "ਮ", "ਜੂ", "ਜੁ", "ਅ", "ਸ", "ਅ", "ਨ", "ਦ"},
+ monthsWide: []string{"", "ਜਨਵਰੀ", "ਫ਼ਰਵਰੀ", "ਮਾਰਚ", "ਅਪ੍ਰੈਲ", "ਮਈ", "ਜੂਨ", "ਜੁਲਾਈ", "ਅਗਸਤ", "ਸਤੰਬਰ", "ਅਕਤੂਬਰ", "ਨਵੰਬਰ", "ਦਸੰਬਰ"},
+ daysAbbreviated: []string{"ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"},
+ daysNarrow: []string{"ਐ", "ਸੋ", "ਮੰ", "ਬੁੱ", "ਵੀ", "ਸ਼ੁੱ", "ਸ਼"},
+ daysShort: []string{"ਐਤ", "ਸੋਮ", "ਮੰਗ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕ", "ਸ਼ਨਿੱ"},
+ daysWide: []string{"ਐਤਵਾਰ", "ਸੋਮਵਾਰ", "ਮੰਗਲਵਾਰ", "ਬੁੱਧਵਾਰ", "ਵੀਰਵਾਰ", "ਸ਼ੁੱਕਰਵਾਰ", "ਸ਼ਨਿੱਚਰਵਾਰ"},
+ periodsAbbreviated: []string{"ਪੂ.ਦੁ.", "ਬਾ.ਦੁ."},
+ periodsNarrow: []string{"ਸ.", "ਸ਼."},
+ periodsWide: []string{"ਪੂ.ਦੁ.", "ਬਾ.ਦੁ."},
+ erasAbbreviated: []string{"ਈ. ਪੂ.", "ਸੰਨ"},
+ erasNarrow: []string{"ਈ. ਪੂ.", "ਸੰਨ"},
+ erasWide: []string{"ਈਸਵੀ ਪੂਰਵ", "ਈਸਵੀ ਸੰਨ"},
+ timezones: map[string]string{"SAST": "ਦੱਖਣੀ ਅਫ਼ਰੀਕਾ ਮਿਆਰੀ ਸਮਾਂ", "AKDT": "ਅਲਾਸਕਾ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "AEST": "ਆਸਟ੍ਰੇਲੀਆਈ ਪੂਰਬੀ ਮਿਆਰੀ ਸਮਾਂ", "HAST": "ਹਵਾਈ-ਅਲੇਯੂਸ਼ਿਅਨ ਮਿਆਰੀ ਸਮਾਂ", "AST": "ਅਟਲਾਂਟਿਕ ਮਿਆਰੀ ਸਮਾਂ", "OEZ": "ਪੂਰਬੀ ਯੂਰਪੀ ਮਿਆਰੀ ਸਮਾਂ", "ARST": "ਅਰਜਨਟੀਨਾ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "UYT": "ਉਰੂਗਵੇ ਮਿਆਰੀ ਸਮਾਂ", "HNT": "ਨਿਊਫਾਉਂਡਲੈਂਡ ਮਿਆਰੀ ਸਮਾਂ", "ACST": "ਆਸਟ੍ਰੇਲੀਆਈ ਕੇਂਦਰੀ ਮਿਆਰੀ ਸਮਾਂ", "MEZ": "ਮੱਧ ਯੂਰਪੀ ਮਿਆਰੀ ਸਮਾਂ", "EDT": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਪੂਰਬੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "COST": "ਕੋਲੰਬੀਆ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "HAT": "ਨਿਊਫਾਉਂਡਲੈਂਡ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "JDT": "ਜਪਾਨ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "MDT": "ਮਕਾਉ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "AKST": "ਅਲਾਸਕਾ ਮਿਆਰੀ ਸਮਾਂ", "AEDT": "ਆਸਟ੍ਰੇਲੀਆਈ ਪੂਰਬੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "COT": "ਕੋਲੰਬੀਆ ਮਿਆਰੀ ਸਮਾਂ", "BT": "ਭੂਟਾਨ ਸਮਾਂ", "GMT": "ਗ੍ਰੀਨਵਿਚ ਮੀਨ ਟਾਈਮ", "TMT": "ਤੁਰਕਮੇਨਿਸਤਾਨ ਮਿਆਰੀ ਸਮਾਂ", "EAT": "ਪੂਰਬੀ ਅਫਰੀਕਾ ਸਮਾਂ", "CDT": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਕੇਂਦਰੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "VET": "ਵੈਨੇਜ਼ੂਏਲਾ ਸਮਾਂ", "ECT": "ਇਕਵੇਡੋਰ ਸਮਾਂ", "WART": "ਪੱਛਮੀ ਅਰਜਨਟੀਨਾ ਮਿਆਰੀ ਸਮਾਂ", "GYT": "ਗੁਯਾਨਾ ਸਮਾਂ", "CHAST": "ਚੈਥਮ ਮਿਆਰੀ ਸਮਾਂ", "SGT": "ਸਿੰਗਾਪੁਰ ਮਿਆਰੀ ਸਮਾਂ", "WARST": "ਪੱਛਮੀ ਅਰਜਨਟੀਨਾ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "ACDT": "ਆਸਟ੍ਰੇਲੀਆਈ ਕੇਂਦਰੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "TMST": "ਤੁਰਕਮੇਨਿਸਤਾਨ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "HADT": "ਹਵਾਈ-ਅਲੇਯੂਸ਼ਿਅਨ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "WITA": "ਮੱਧ ਇੰਡੋਨੇਸ਼ੀਆਈ ਸਮਾਂ", "PST": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਪੈਸਿਫਿਕ ਮਿਆਰੀ ਸਮਾਂ", "AWST": "ਆਸਟ੍ਰੇਲੀਆਈ ਪੱਛਮੀ ਮਿਆਰੀ ਸਮਾਂ", "LHST": "ਲੌਰਡ ਹੋਵੇ ਮਿਆਰੀ ਸਮਾਂ", "CHADT": "ਚੈਥਮ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "WESZ": "ਪੱਛਮੀ ਯੂਰਪੀ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "WAT": "ਪੱਛਮੀ ਅਫਰੀਕਾ ਮਿਆਰੀ ਸਮਾਂ", "OESZ": "ਪੂਰਬੀ ਯੂਰਪੀ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "AWDT": "ਆਸਟ੍ਰੇਲੀਆਈ ਪੱਛਮੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "ChST": "ਚਾਮੋਰੋ ਮਿਆਰੀ ਸਮਾਂ", "EST": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਪੂਰਬੀ ਮਿਆਰੀ ਸਮਾਂ", "CAT": "ਕੇਂਦਰੀ ਅਫਰੀਕਾ ਸਮਾਂ", "MST": "ਮਕਾਉ ਮਿਆਰੀ ਸਮਾਂ", "NZDT": "ਨਿਊਜ਼ੀਲੈਂਡ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "ACWDT": "ਆਸਟ੍ਰੇਲੀਆਈ ਕੇਂਦਰੀ ਪੱਛਮੀ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "WEZ": "ਪੱਛਮੀ ਯੂਰਪੀ ਮਿਆਰੀ ਸਮਾਂ", "HKT": "ਹਾਂਗ ਕਾਂਗ ਮਿਆਰੀ ਸਮਾਂ", "WIB": "ਪੱਛਮੀ ਇੰਡੋਨੇਸ਼ੀਆ ਸਮਾਂ", "PDT": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਪੈਸਿਫਿਕ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "SRT": "ਸੂਰੀਨਾਮ ਸਮਾਂ", "CLST": "ਚਿਲੀ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "WAST": "ਪੱਛਮੀ ਅਫਰੀਕਾ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "HKST": "ਹਾਂਗ ਕਾਂਗ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "GFT": "ਫ੍ਰੈਂਚ ਗੁਏਨਾ ਸਮਾਂ", "ART": "ਅਰਜਨਟੀਨਾ ਮਿਆਰੀ ਸਮਾਂ", "JST": "ਜਪਾਨ ਮਿਆਰੀ ਸਮਾਂ", "NZST": "ਨਿਊਜ਼ੀਲੈਂਡ ਮਿਆਰੀ ਸਮਾਂ", "∅∅∅": "ਬ੍ਰਾਜ਼ੀਲੀਆ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "WIT": "ਪੂਰਬੀ ਇੰਡੋਨੇਸ਼ੀਆ ਸਮਾਂ", "IST": "ਭਾਰਤੀ ਮਿਆਰੀ ਸਮਾਂ", "BOT": "ਬੋਲੀਵੀਆ ਸਮਾਂ", "LHDT": "ਲੌਰਡ ਹੋਵੇ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "MYT": "ਮਲੇਸ਼ੀਆ ਸਮਾਂ", "MESZ": "ਮੱਧ ਯੂਰਪੀ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "UYST": "ਉਰੂਗਵੇ ਗਰਮੀ-ਰੁੱਤ ਸਮਾਂ", "CLT": "ਚਿਲੀ ਮਿਆਰੀ ਸਮਾਂ", "ADT": "ਅਟਲਾਂਟਿਕ ਪ੍ਰਕਾਸ਼ ਸਮਾਂ", "CST": "ਉੱਤਰੀ ਅਮਰੀਕੀ ਕੇਂਦਰੀ ਮਿਆਰੀ ਸਮਾਂ", "ACWST": "ਆਸਟ੍ਰੇਲੀਆਈ ਕੇਂਦਰੀ ਪੱਛਮੀ ਮਿਆਰੀ ਸਮਾਂ"},
}
}
@@ -125,82 +125,80 @@ func (pa *pa_Guru) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uin
}
// MonthAbbreviated returns the locales abbreviated month given the 'month' provided
-func (pa *pa_Guru) MonthAbbreviated(month time.Month) []byte {
+func (pa *pa_Guru) MonthAbbreviated(month time.Month) string {
return pa.monthsAbbreviated[month]
}
// MonthsAbbreviated returns the locales abbreviated months
-func (pa *pa_Guru) MonthsAbbreviated() [][]byte {
+func (pa *pa_Guru) MonthsAbbreviated() []string {
return pa.monthsAbbreviated[1:]
}
// MonthNarrow returns the locales narrow month given the 'month' provided
-func (pa *pa_Guru) MonthNarrow(month time.Month) []byte {
+func (pa *pa_Guru) MonthNarrow(month time.Month) string {
return pa.monthsNarrow[month]
}
// MonthsNarrow returns the locales narrow months
-func (pa *pa_Guru) MonthsNarrow() [][]byte {
+func (pa *pa_Guru) MonthsNarrow() []string {
return pa.monthsNarrow[1:]
}
// MonthWide returns the locales wide month given the 'month' provided
-func (pa *pa_Guru) MonthWide(month time.Month) []byte {
+func (pa *pa_Guru) MonthWide(month time.Month) string {
return pa.monthsWide[month]
}
// MonthsWide returns the locales wide months
-func (pa *pa_Guru) MonthsWide() [][]byte {
+func (pa *pa_Guru) MonthsWide() []string {
return pa.monthsWide[1:]
}
// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
-func (pa *pa_Guru) WeekdayAbbreviated(weekday time.Weekday) []byte {
+func (pa *pa_Guru) WeekdayAbbreviated(weekday time.Weekday) string {
return pa.daysAbbreviated[weekday]
}
// WeekdaysAbbreviated returns the locales abbreviated weekdays
-func (pa *pa_Guru) WeekdaysAbbreviated() [][]byte {
+func (pa *pa_Guru) WeekdaysAbbreviated() []string {
return pa.daysAbbreviated
}
// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
-func (pa *pa_Guru) WeekdayNarrow(weekday time.Weekday) []byte {
+func (pa *pa_Guru) WeekdayNarrow(weekday time.Weekday) string {
return pa.daysNarrow[weekday]
}
// WeekdaysNarrow returns the locales narrow weekdays
-func (pa *pa_Guru) WeekdaysNarrow() [][]byte {
+func (pa *pa_Guru) WeekdaysNarrow() []string {
return pa.daysNarrow
}
// WeekdayShort returns the locales short weekday given the 'weekday' provided
-func (pa *pa_Guru) WeekdayShort(weekday time.Weekday) []byte {
+func (pa *pa_Guru) WeekdayShort(weekday time.Weekday) string {
return pa.daysShort[weekday]
}
// WeekdaysShort returns the locales short weekdays
-func (pa *pa_Guru) WeekdaysShort() [][]byte {
+func (pa *pa_Guru) WeekdaysShort() []string {
return pa.daysShort
}
// WeekdayWide returns the locales wide weekday given the 'weekday' provided
-func (pa *pa_Guru) WeekdayWide(weekday time.Weekday) []byte {
+func (pa *pa_Guru) WeekdayWide(weekday time.Weekday) string {
return pa.daysWide[weekday]
}
// WeekdaysWide returns the locales wide weekdays
-func (pa *pa_Guru) WeekdaysWide() [][]byte {
+func (pa *pa_Guru) WeekdaysWide() []string {
return pa.daysWide
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'pa_Guru' 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 (pa *pa_Guru) FmtNumber(num float64, v uint64) []byte {
+func (pa *pa_Guru) FmtNumber(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(pa.decimal) + len(pa.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + 3 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -214,7 +212,6 @@ func (pa *pa_Guru) FmtNumber(num float64, v uint64) []byte {
for j := len(pa.decimal) - 1; j >= 0; j-- {
b = append(b, pa.decimal[j])
}
-
inWhole = true
continue
}
@@ -246,17 +243,14 @@ func (pa *pa_Guru) 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 'pa_Guru' 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 (pa *pa_Guru) FmtPercent(num float64, v uint64) []byte {
-
+func (pa *pa_Guru) FmtPercent(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(pa.decimal)
+ l := len(s) + 5
b := make([]byte, 0, l)
for i := len(s) - 1; i >= 0; i-- {
@@ -265,7 +259,6 @@ func (pa *pa_Guru) FmtPercent(num float64, v uint64) []byte {
for j := len(pa.decimal) - 1; j >= 0; j-- {
b = append(b, pa.decimal[j])
}
-
continue
}
@@ -283,17 +276,15 @@ func (pa *pa_Guru) FmtPercent(num float64, v uint64) []byte {
b = append(b, pa.percent...)
- return b
+ return string(b)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
+func (pa *pa_Guru) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := pa.currencies[currency]
- l := len(s) + len(pa.decimal) + len(pa.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 3 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -307,7 +298,6 @@ func (pa *pa_Guru) FmtCurrency(num float64, v uint64, currency currency.Type) []
for j := len(pa.decimal) - 1; j >= 0; j-- {
b = append(b, pa.decimal[j])
}
-
inWhole = true
continue
}
@@ -354,17 +344,16 @@ func (pa *pa_Guru) 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 'pa_Guru'
-// 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 (pa *pa_Guru) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
+// in accounting notation.
+func (pa *pa_Guru) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := pa.currencies[currency]
- l := len(s) + len(pa.decimal) + len(pa.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 3 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -378,7 +367,6 @@ func (pa *pa_Guru) FmtAccounting(num float64, v uint64, currency currency.Type)
for j := len(pa.decimal) - 1; j >= 0; j-- {
b = append(b, pa.decimal[j])
}
-
inWhole = true
continue
}
@@ -433,13 +421,11 @@ func (pa *pa_Guru) FmtAccounting(num float64, v uint64, currency currency.Type)
}
}
- return b
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtDateShort(t time.Time) []byte {
+func (pa *pa_Guru) FmtDateShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -454,13 +440,11 @@ func (pa *pa_Guru) 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 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtDateMedium(t time.Time) []byte {
+func (pa *pa_Guru) FmtDateMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -470,13 +454,11 @@ func (pa *pa_Guru) FmtDateMedium(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateLong returns the long date representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtDateLong(t time.Time) []byte {
+func (pa *pa_Guru) FmtDateLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -486,13 +468,11 @@ func (pa *pa_Guru) FmtDateLong(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateFull returns the full date representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtDateFull(t time.Time) []byte {
+func (pa *pa_Guru) FmtDateFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -504,13 +484,11 @@ func (pa *pa_Guru) FmtDateFull(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtTimeShort returns the short time representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtTimeShort(t time.Time) []byte {
+func (pa *pa_Guru) FmtTimeShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -536,13 +514,11 @@ func (pa *pa_Guru) FmtTimeShort(t time.Time) []byte {
b = append(b, pa.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeMedium returns the medium time representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtTimeMedium(t time.Time) []byte {
+func (pa *pa_Guru) FmtTimeMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -575,13 +551,11 @@ func (pa *pa_Guru) FmtTimeMedium(t time.Time) []byte {
b = append(b, pa.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeLong returns the long time representation of 't' for 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtTimeLong(t time.Time) []byte {
+func (pa *pa_Guru) FmtTimeLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -619,13 +593,11 @@ func (pa *pa_Guru) 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 'pa_Guru'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (pa *pa_Guru) FmtTimeFull(t time.Time) []byte {
+func (pa *pa_Guru) FmtTimeFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -668,5 +640,5 @@ func (pa *pa_Guru) FmtTimeFull(t time.Time) []byte {
b = append(b, tz...)
}
- return b
+ return string(b)
}