summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/Makefile.nmake1
-rw-r--r--doc/wireshark.pod.template6
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 544b0d0e2e..dcab1d717c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -123,6 +123,7 @@ POD_CSS_URL ?= $(top_srcdir)/docbook/ws.css
$(AM_V_POD2MAN)$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
+ --utf8 \
$< > $@
.pod.html: ../config.h $(top_srcdir)/docbook/ws.css
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index fd05767583..e227a56904 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -59,6 +59,7 @@ wireshark.1: wireshark.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
+ --utf8 \
wireshark.pod > wireshark.1
wireshark.html: wireshark.pod ../config.h ws.css
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 01583e94e4..285d1e5142 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -1,3 +1,9 @@
+=begin man
+
+=encoding utf8
+
+=end man
+
=head1 NAME
wireshark - Interactively dump and analyze network traffic