diff options
Diffstat (limited to 'src/pkg/unicode/tables.go')
-rw-r--r-- | src/pkg/unicode/tables.go | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/src/pkg/unicode/tables.go b/src/pkg/unicode/tables.go index 18990b354..56b478ed0 100644 --- a/src/pkg/unicode/tables.go +++ b/src/pkg/unicode/tables.go @@ -3090,38 +3090,38 @@ var ( // Properties is the set of Unicode property tables. var Properties = map[string][]Range{ - "Pattern_Syntax": Pattern_Syntax, - "Other_ID_Start": Other_ID_Start, - "Pattern_White_Space": Pattern_White_Space, - "Other_Lowercase": Other_Lowercase, - "Soft_Dotted": Soft_Dotted, - "Hex_Digit": Hex_Digit, - "ASCII_Hex_Digit": ASCII_Hex_Digit, - "Deprecated": Deprecated, - "Terminal_Punctuation": Terminal_Punctuation, - "Quotation_Mark": Quotation_Mark, - "Other_ID_Continue": Other_ID_Continue, - "Bidi_Control": Bidi_Control, - "Variation_Selector": Variation_Selector, - "Noncharacter_Code_Point": Noncharacter_Code_Point, - "Other_Math": Other_Math, - "Unified_Ideograph": Unified_Ideograph, - "Hyphen": Hyphen, - "IDS_Binary_Operator": IDS_Binary_Operator, - "Logical_Order_Exception": Logical_Order_Exception, - "Radical": Radical, - "Other_Uppercase": Other_Uppercase, - "STerm": STerm, - "Other_Alphabetic": Other_Alphabetic, - "Diacritic": Diacritic, - "Extender": Extender, - "Join_Control": Join_Control, - "Ideographic": Ideographic, - "Dash": Dash, - "IDS_Trinary_Operator": IDS_Trinary_Operator, - "Other_Grapheme_Extend": Other_Grapheme_Extend, + "Pattern_Syntax": Pattern_Syntax, + "Other_ID_Start": Other_ID_Start, + "Pattern_White_Space": Pattern_White_Space, + "Other_Lowercase": Other_Lowercase, + "Soft_Dotted": Soft_Dotted, + "Hex_Digit": Hex_Digit, + "ASCII_Hex_Digit": ASCII_Hex_Digit, + "Deprecated": Deprecated, + "Terminal_Punctuation": Terminal_Punctuation, + "Quotation_Mark": Quotation_Mark, + "Other_ID_Continue": Other_ID_Continue, + "Bidi_Control": Bidi_Control, + "Variation_Selector": Variation_Selector, + "Noncharacter_Code_Point": Noncharacter_Code_Point, + "Other_Math": Other_Math, + "Unified_Ideograph": Unified_Ideograph, + "Hyphen": Hyphen, + "IDS_Binary_Operator": IDS_Binary_Operator, + "Logical_Order_Exception": Logical_Order_Exception, + "Radical": Radical, + "Other_Uppercase": Other_Uppercase, + "STerm": STerm, + "Other_Alphabetic": Other_Alphabetic, + "Diacritic": Diacritic, + "Extender": Extender, + "Join_Control": Join_Control, + "Ideographic": Ideographic, + "Dash": Dash, + "IDS_Trinary_Operator": IDS_Trinary_Operator, + "Other_Grapheme_Extend": Other_Grapheme_Extend, "Other_Default_Ignorable_Code_Point": Other_Default_Ignorable_Code_Point, - "White_Space": White_Space, + "White_Space": White_Space, } var _Pattern_Syntax = []Range{ |