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)
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to