From 82a769cba9297d362b5e5ce2d1983e37b6057873 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 15 Nov 2010 09:54:44 +0000 Subject: [PATCH] Unicide OtherNumber category should be allowed in identifiers (#4373) --- compiler/parser/Lexer.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 6b73981..1118215 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1640,7 +1640,7 @@ alexGetChar (AI loc s) EnclosingMark -> other_graphic DecimalNumber -> digit LetterNumber -> other_graphic - OtherNumber -> other_graphic + OtherNumber -> digit -- see #4373 ConnectorPunctuation -> symbol DashPunctuation -> symbol OpenPunctuation -> other_graphic -- 1.7.10.4