aboutsummaryrefslogtreecommitdiff
path: root/ucd/property_value_aliases.go
diff options
context:
space:
mode:
Diffstat (limited to 'ucd/property_value_aliases.go')
-rw-r--r--ucd/property_value_aliases.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ucd/property_value_aliases.go b/ucd/property_value_aliases.go
index c438c54..e42bb56 100644
--- a/ucd/property_value_aliases.go
+++ b/ucd/property_value_aliases.go
@@ -60,3 +60,7 @@ func ParsePropertyValueAliases(r io.Reader) (*PropertyValueAliases, error) {
GeneralCategoryDefaultValue: defaultGCVal,
}, nil
}
+
+func (a *PropertyValueAliases) gcAbb(gc string) string {
+ return a.GeneralCategory[gc]
+}