This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix clause that should have been removed earlier
authorKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 01:14:13 +0000 (19:14 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 17:18:12 +0000 (11:18 -0600)
utf8.c

diff --git a/utf8.c b/utf8.c
index 0432bb0..729650d 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -848,7 +848,7 @@ Code points above 0x7FFF_FFFF (2**31 - 1) were never specified in any standard,
 so using them is more problematic than other above-Unicode code points.  Perl
 invented an extension to UTF-8 to represent the ones above 2**36-1, so it is
 likely that non-Perl languages will not be able to read files that contain
-these that written by the perl interpreter; nor would Perl understand files
+these; nor would Perl understand files
 written by something that uses a different extension.  For these reasons, there
 is a separate set of flags that can warn and/or disallow these extremely high
 code points, even if other above-Unicode ones are accepted.  These are the