Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Does this fix the release-notes on the Win32 buildbot?

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 18 May 2009 23:10:37 +0200
Hi list,

Can anyone verify if this changes fixes the release notes processing through html2text.py? It assumes UTF-8, while xslt processing produces iso-8859-1 HMTL. The Win32 document production fails over this on the buildbot. Well, actually the (r) symbol exposes this mismatch.

Thanx,
Jaap
Index: config.nmake
===================================================================
--- config.nmake	(revision 28395)
+++ config.nmake	(working copy)
@@ -851,7 +851,7 @@
 #HTML2TXT=lynx -dump -width=72 -nolist -stdin
 
 !IFNDEF HTML2TXT
-HTML2TXT=$(PYTHON) $(TOOLS_DIR)\html2text.py --width=72 --no-links
+HTML2TXT=$(PYTHON) $(TOOLS_DIR)\html2text.py --width=72 --no-links --input-encoding=iso-8859-1
 !ENDIF
 
 # the XSL processor (part of cygwin's libxslt package)