aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2006-05-10 12:58:01 +0000
committerherbelin2006-05-10 12:58:01 +0000
commitfb1e00c4581221aff6787debe885b87c386600f3 (patch)
tree42823cfab1d22eaaeb46e8e7e6f813ccf69b7b86 /CHANGES
parent3b03eb1015f14e04e505b11c27fb38b7db6ebe87 (diff)
Centralisation de la détection lettre/symbole par le lexeur dans les plages unicode; ajout de nouvelles plages
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8800 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 10 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 3f4cf0aa4c..8dbbd45b0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -296,13 +296,16 @@ Implicit arguments
Grammar extensions
-- UTF-8 encoded unicode blocks 0380-03FF (greek letters) and 2100-214F
- (letter-like, including aleph and double N,Z,Q,R) are supported
- identifiers; UTF-8 unicode blocs 2200-22FF (mathematical operators),
- 2A00-2AFF (supplemental mathematical operators) 2300-23FF
- (miscellaneous technical, including sqrt symbol), 2600-26FF
- (miscellaneous symbols) 2190-21FF (arrows A) and 2900-297F (arrows B)
- are supported symbols
+- Many newly supported UTF-8 encoded unicode blocks
+ - Greek letters (0380-03FF), Hebrew letters (U05D0-05EF), letter-like
+ symbols (2100-214F, that includes double N,Z,Q,R), prime
+ signs (from 2080-2089) and characters from many written languages
+ are valid in identifiers
+ - mathematical operators (2200-22FF), supplemental mathematical
+ operators (2A00-2AFF), miscellaneous technical (2300-23FF that
+ includes sqrt symbol), miscellaneous symbols (2600-26FF), arrows
+ (2190-21FF and 2900-297F), invisible mathematical operators (from
+ 2080-2089), ... are valid symbols
Library