File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class NFKC is Uni {}
8
8
9
- A Codepoint string in the "KC" L < Unicode Normalization Form|http://www.unicode.org/reports/tr15/ >
10
-
9
+ A Codepoint string in Unicode Normalization Form KC. It is created by Compatibility Decomposition,
10
+ followed by Canonical Composition. For more information on what this means, see
11
+ L < Unicode TR15|http://www.unicode.org/reports/tr15/ > .
11
12
= end pod
12
13
13
14
# vim: expandtab shiftwidth=4 ft=perl6
Original file line number Diff line number Diff line change 6
6
7
7
class NFKD is Uni {}
8
8
9
- A Codepoint string in the "KD" L < Unicode Normalization Form|http://www.unicode.org/reports/tr15/ >
9
+ A Codepoint string in Unicode Normalization Form KD. It is created by Compatibility Decomposition.
10
+ For more information on what this means, see L < Unicode TR15|http://www.unicode.org/reports/tr15/ > .
10
11
11
12
= end pod
12
13
You can’t perform that action at this time.
0 commit comments