Author: jimmy
Date: 2009-09-27 15:11:06 +0200 (Sun, 27 Sep 2009)
New Revision: 28440

Modified:
   docs/Perl6/Spec/S02-bits.pod
   docs/Perl6/Spec/S03-operators.pod
Log:
[Spec]added C<...> format for Unicode code point number.

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-09-27 12:42:38 UTC (rev 28439)
+++ docs/Perl6/Spec/S02-bits.pod        2009-09-27 13:11:06 UTC (rev 28440)
@@ -98,8 +98,8 @@
 mappings introduced in the future.
 
 However, many-to-one mappings are fine; multiple opening characters
-may map to the same closing character.  For instance, U+2018, U+201A,
-and U+201B may all be used as the opener for the U+2019 closer.
+may map to the same closing character.  For instance, C<U+2018>, C<U+201A>,
+and C<U+201B> may all be used as the opener for the C<U+2019> closer.
 Constructs that count openers and closers assume that only the given
 opener is special.  That is, if you open with one of the alternatives,
 all other alternatives are treated as non-bracketing characters within

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-09-27 12:42:38 UTC (rev 28439)
+++ docs/Perl6/Spec/S03-operators.pod   2009-09-27 13:11:06 UTC (rev 28440)
@@ -472,7 +472,7 @@
     A..Z        # ASCII uc
     a..z        # ASCII lc
     Α..Ω        # Greek uc
-    α..ω        # Greek lc (presumably skipping U+03C2, final sigma)
+    α..ω        # Greek lc (presumably skipping C<U+03C2>, final sigma)
     א..ת        # Hebrew
       etc.      # (XXX out of my depth here)
 

Reply via email to