Skip to content

Commit c834ab1

Browse files
committed
[S15] More leftover stuff from the pre-multitype days.
Those functions can handle different NFs now through the magic known as a "type system", so that bit about special handling is meaningless.
1 parent e020cb1 commit c834ab1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

S15-unicode.pod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@ transposition of the string without changes in normalization.
261261
There's plenty of information each Unicode codepoint posesses, and Perl 6
262262
provides various ways of accessing that information.
263263
264-
Note that all of these functions operate on the codepoint level, which means NFG
265-
strings are treated as NFC strings within these functions. Strings that are
266-
already in NFC, NFD, NFKC, or NFKD form are used as-is by these functions.
267-
268264
Unless plural forms of these functions are provided, each function operates only
269265
on the first codepoint of the string. Various array-based operations would be
270266
needed to gain information on every character in the string.

0 commit comments

Comments
 (0)