Skip to content

Commit e940cd6

Browse files
committed
added reference to Unicode standard
1 parent 625f5d5 commit e940cd6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

S15-unicode.pod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
=VERSION
1313
=for table
1414
Created 2 December 2013
15-
Last Modified 17 April 2014
16-
Version 6
15+
Last Modified 10 October 2014
16+
Version 7
1717
1818
This document describes how Unicode and Perl 6 work together. Needless to say,
1919
it would be good for your chosen reader to support various Unicode characters.
@@ -86,9 +86,11 @@ Perl 6, by default, stores all strings given to it in NFG form, Normalization
8686
Form Grapheme. It's a Perl 6-invented character representation, designed to deal
8787
with un-precomposed graphemes properly.
8888
89-
Formally Perl 6 graphemes are defined according to Unicode Grapheme Cluster Boundaries
90-
at level "default extended" (in contrast to "taylored" or lower levels). This is the same
91-
as the Perl 5 character class
89+
Formally Perl 6 graphemes are defined exactly according to Unicode Grapheme Cluster Boundaries
90+
at level "extended" (in contrast to "taylored" or "legacy"),
91+
see Unicode Standard Annex #29 UNICODE TEXT SEGMENTATION
92+
L<http://www.unicode.org/reports/tr29/tr29-25.html#Grapheme_Cluster_Boundaries|3 Grapheme Cluster Boundaries>>.
93+
This is the same as the Perl 5 character class
9294
9395
\X Match Unicode "eXtended grapheme cluster"
9496

0 commit comments

Comments
 (0)