perlrebackslash: Add clarifying note about \X
authorKarl Williamson <public@khwilliamson.com>
Fri, 6 Dec 2013 20:56:51 +0000 (13:56 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 6 Dec 2013 21:29:11 +0000 (14:29 -0700)
pod/perlrebackslash.pod

index 44b0e7d..b7eb4fd 100644 (file)
@@ -643,6 +643,9 @@ Unicode, but one can be composed by using a G followed by a Unicode "COMBINING
 UPWARDS ARROW BELOW", and would be displayed by Unicode-aware software as if it
 were a single character.
 
+The match is greedy and non-backtracking, so that the cluster is never
+broken up into smaller components.
+
 Mnemonic: eI<X>tended Unicode character.
 
 =back