From ce0ea8254f2b29a19e40dcda64d36d6a33b8548c Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 9 Jan 2013 15:04:41 +0000
Subject: [PATCH] Convince w3m to use ASCII dashes

---
 GNUmakefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 4f70ec86..28840210 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.209 2012/09/20 10:43:41 fabiankeil Exp $
+# $Id: GNUmakefile.in,v 1.210 2013/01/09 15:04:21 fabiankeil Exp $
 #
 # Written by and Copyright (C) 2001-2011 members of the
 # Privoxy team. http://www.privoxy.org/
@@ -576,7 +576,7 @@ dok-release:
 # version. This is hardcored to w3m for html/text conversion.
 config-file: dok-release
 	cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\
-	env -u LANG w3m -dump -cols 67 __tmp.html > ../../config.new && $(RM) -r __tmp.*
+	env -u LANG LC_ALL=C w3m -dump -cols 67 __tmp.html > ../../config.new && $(RM) -r __tmp.*
 	$(PERL) -i.bak utils/prepare-configfile.pl config.new
 
 	$(RM) *.bak
-- 
2.49.0