Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explain a little bit better what NFC Unicode form is
  • Loading branch information
samcv committed Dec 26, 2016
1 parent a8ba75c commit efcbc37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Type/NFC.pod6
Expand Up @@ -6,7 +6,9 @@
class NFC is Uni {}
A Codepoint string in the "C" L<Unicode Normalization Form|http://www.unicode.org/reports/tr15/>
A Codepoint string in Unicode Normalization Form C. It is created by Canonical Decomposition,
followed by Canonical Composition. For more information on what this means, see
L<Unicode TR15|http://www.unicode.org/reports/tr15/>.
=end pod

Expand Down

0 comments on commit efcbc37

Please sign in to comment.