lib/unicore/README.perl: Update
authorKarl Williamson <public@khwilliamson.com>
Tue, 1 Oct 2013 04:41:51 +0000 (22:41 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 4 Oct 2013 05:19:40 +0000 (23:19 -0600)
This changes this to conform to changes in Unicode 6.2

lib/unicore/README.perl

index d55bfed..1633b55 100644 (file)
@@ -118,11 +118,11 @@ mv Unihan_Variants.txt UnihanVariants.txt
 #
 # The code in regexec.c for the \X match construct is intimately tied to the
 # regular expression in UAX #29 (http://www.unicode.org/reports/tr29/).  You
-# should see if it has changed, and if so regexec.c should be modified.  The
+# should see if it has changed, and if so, regexec.c should be modified.  The
 # current one is
 # ( CRLF
-# | Prepend* ( Hangul-syllable | !Control )
-#   ( Grapheme_Extend | Spacing_Mark)*
+# | Prepend* ( RI-sequence | Hangul-Syllable | !Control )
+#   ( Grapheme_Extend | SpacingMark )*
 # | . )
 #
 # mktables has many checks to warn you if there are unexpected or novel things