summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-17 13:52:35 -0600
committerKarl Williamson <public@khwilliamson.com>2011-06-17 13:56:46 -0600
commitbc5a39a8e07f10d4372b4fc74847688f6c28d754 (patch)
tree94ebdcee2f598c2a5b068c88347ee9212a01726f
parent19f4a85500747b7420d3384649a94213b38a5693 (diff)
downloadperl-bc5a39a8e07f10d4372b4fc74847688f6c28d754.tar.gz
perlfaq4: Use E<> instead of non-ASCII
We're trying to get rid of non-ASCII in pods.
-rw-r--r--pod/perlfaq4.pod2
-rw-r--r--t/porting/known_pod_issues.dat1
2 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index 73e181ea2a..17fc71ee68 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -2482,7 +2482,7 @@ required work for you.
(contributed by brian d foy)
The trick to this problem is avoiding accidental autovivification. If
-you want to check three keys deep, you might naïvely try this:
+you want to check three keys deep, you might naE<0xEF>vely try this:
my %hash;
if( exists $hash{key1}{key2}{key3} ) {
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 2ddeb48875..386cc40cc3 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -222,7 +222,6 @@ pod/perlebcdic.pod Apparent broken link 1
pod/perlebcdic.pod Verbatim line length including indents exceeds 80 by 273
pod/perlembed.pod Verbatim line length including indents exceeds 80 by 27
pod/perlfaq2.pod Verbatim line length including indents exceeds 80 by 1
-pod/perlfaq4.pod Should have =encoding statement because have non-ASCII 1
pod/perlfaq4.pod Verbatim line length including indents exceeds 80 by 16
pod/perlfaq5.pod Verbatim line length including indents exceeds 80 by 40
pod/perlfaq6.pod ? Should you be using L<...> instead of 3