summaryrefslogtreecommitdiff
path: root/extra/wireshark/03_force_utf8_for_pod2man.patch
blob: ace64110094cc12984356f9cfb466758dbdd477d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- doc/Makefile.am	(revision 49837)
+++ doc/Makefile.am	(working copy)
@@ -123,6 +123,7 @@ 
 	$(AM_V_POD2MAN)$(POD2MAN)                       \
 	--center="The Wireshark Network Analyzer"       \
 	--release=$(VERSION)                            \
+	--utf8                                          \
 	$< > $@
 
 .pod.html: ../config.h $(top_srcdir)/docbook/ws.css
--- doc/wireshark.pod.template	(revision 49837)
+++ doc/wireshark.pod.template	(working copy)
@@ -1,4 +1,9 @@ 
+=begin man
+
+=encoding utf8
+
+=end man

 =head1 NAME
 
 wireshark - Interactively dump and analyze network traffic