aboutsummaryrefslogtreecommitdiff
path: root/ucd/property.go
diff options
context:
space:
mode:
Diffstat (limited to 'ucd/property.go')
-rw-r--r--ucd/property.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucd/property.go b/ucd/property.go
index 0b2ac62..850946d 100644
--- a/ucd/property.go
+++ b/ucd/property.go
@@ -62,6 +62,8 @@ var derivedCoreProperties = map[string][]string{
var propertyNameAbbs = map[string]string{
"generalcategory": "gc",
"gc": "gc",
+ "script": "sc",
+ "sc": "sc",
"alphabetic": "alpha",
"alpha": "alpha",
"otheralphabetic": "oalpha",