diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-13 17:57:06 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-06 08:30:17 -0600 |
commit | ba707cdc782d882662421af06658ff4afdf31003 (patch) | |
tree | 288ac893977a9d36c604cfef648f039bf2093262 /pod/perldiag.pod | |
parent | e6704a40e007cf599527cad0675d63c2ca3e423d (diff) | |
download | perl-ba707cdc782d882662421af06658ff4afdf31003.tar.gz |
Change wording of warning due to Unicode Standard change
Non-characters are no longer forbidden as of Unicode 7.0; they are just
"not recommended". The wording of the warning changes accordingly.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6ac8ee8b93..159b9ac0b6 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -6121,7 +6121,7 @@ There should be an operator before the C<"(">, as there's no indication as to how the digits are to be combined with the characters in the Lao and Thai scripts. -=item Unicode non-character U+%X is illegal for open interchange +=item Unicode non-character U+%X is not recommended for open interchange (S nonchar) Certain codepoints, such as U+FFFE and U+FFFF, are defined by the Unicode standard to be non-characters. Those |