Blob Blame History Raw
From 93ab44e687bd81a37e6e1fd285e0d47162e76c2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 22 Nov 2016 16:42:26 +0100
Subject: [PATCH] Convert documentation to UTF-8
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 Changes                       | 6 +++---
 SVN-MOVE                      | 2 +-
 docs/devel/core/explained.pod | 4 +++-
 docs/devel/debug/c.pod        | 4 +++-
 docs/user/Changes.pod         | 4 +++-
 5 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/Changes b/Changes
index 789c55b..145ed2f 100644
--- a/Changes
+++ b/Changes
@@ -701,7 +701,7 @@ improve the diagnostics when detecting mp2 < 1.999022, tell the user
 which files and/or dirs need to be removed [Stas]
 
 restore the DESTDIR support partially nuked by the apache2 rename
-branch [Torsten Förtsch <torsten.foertsch gmx.net>]
+branch [Torsten Förtsch <torsten.foertsch gmx.net>]
 
 add APR::Status to provide functions corresponding to the
 APR_STATUS_IS_* macros of apr_errno.h, especially those composites
@@ -1113,7 +1113,7 @@ Fix Modperl::Util::unload_package() [Gozer]
   - Leave entries from other packages alone
 
 $filter->remove now works with native (non-modperl) filters + test
-[Torsten Förtsch <torsten.foertsch gmx.net>]
+[Torsten Förtsch <torsten.foertsch gmx.net>]
 
 
 
@@ -2135,7 +2135,7 @@ Make sure that the static mod_perl library is built after the dynamic
 
 Apache::Status now generates HTML 4.01 Strict (and in many cases, also
 ISO-HTML) compliant output. Also add a simple CSS to make the reports
-look nicer. [Ville Skyttä <ville.skytta@iki.fi>]
+look nicer. [Ville Skyttä <ville.skytta@iki.fi>]
 
 APR::Pool::DESTROY implemented and tweaked to only
 destroy pools created via APR::Pool->new() [Geoffrey Young]
diff --git a/SVN-MOVE b/SVN-MOVE
index e98bfc1..6bc42ac 100644
--- a/SVN-MOVE
+++ b/SVN-MOVE
@@ -1,7 +1,7 @@
 This file tracks the things that need to be done to accomplish the
 move of modperl projects to SVN:
 
-* missing commit template files (à là CVS)
+* missing commit template files (à là CVS)
   PR:
   Obtained from:
   Submitted by:
diff --git a/docs/devel/core/explained.pod b/docs/devel/core/explained.pod
index 40f79a2..1298793 100644
--- a/docs/devel/core/explained.pod
+++ b/docs/devel/core/explained.pod
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 mod_perl 2.0 Source Code Explained
@@ -704,7 +706,7 @@ arguments passed on the Perl side and put the results back onto the
 stack.  Therefore the first thing we do is to initialize a few special
 variables using the C<dXSARGS> macro defined in I<XSUB.h>, which in
 fact calls a bunch of other macros. These variables help to manipulate
-the stack. C<dSP> is one of these macros and it declares and initial­
+the stack. C<dSP> is one of these macros and it declares and initial­
 izes a local copy of the Perl stack pointer C<sp> which . This local
 copy should always be accessed as C<SP>.
 
diff --git a/docs/devel/debug/c.pod b/docs/devel/debug/c.pod
index 64a607c..10bff1c 100644
--- a/docs/devel/debug/c.pod
+++ b/docs/devel/debug/c.pod
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 Debugging mod_perl C Internals
@@ -724,7 +726,7 @@ and now we call C<curinfo> again:
   gdb) curinfo
   14:/home/httpd/cgi-bin/core_dump.pl
 
-Et voilà, we can see that the segfault was triggered on line 14 of
+Et voilà, we can see that the segfault was triggered on line 14 of
 F<core_dump.pl>, which has the line:
 
   Debug::DumpCore::segv();
diff --git a/docs/user/Changes.pod b/docs/user/Changes.pod
index f9ecb76..3582676 100644
--- a/docs/user/Changes.pod
+++ b/docs/user/Changes.pod
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 CHANGES
@@ -19,7 +21,7 @@ A new troubleshooting section on how to resolve can't locate file foo,
 when there is a system limit on the maximum open files. By Ken Simpson
 E<lt>ksimpsonE<lt>atE<gt>larch.mailchannels.comE<gt>.
 
-A few corrections in the config chapter by Jean-Sébastien Guay
+A few corrections in the config chapter by Jean-Sébastien Guay
 E<lt>jean_seb E<lt>atE<gt> videotron.caE<gt>.
 
 A new troubleshooting section on how to resolve "undefined symbol"
-- 
2.7.4