aboutsummaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/html1
-rwxr-xr-xfilters/html-unsafe1
2 files changed, 2 insertions, 0 deletions
diff --git a/filters/html b/filters/html
index db7808ac..5ceee401 100755
--- a/filters/html
+++ b/filters/html
@@ -3,6 +3,7 @@
# any phoning home by rendered emails
export SOCKS_SERVER="127.0.0.1:1"
exec socksify w3m \
+ -I UTF-8 \
-T text/html \
-cols $(tput cols) \
-dump \
diff --git a/filters/html-unsafe b/filters/html-unsafe
index 6dce27e2..8e0041c5 100755
--- a/filters/html-unsafe
+++ b/filters/html-unsafe
@@ -9,6 +9,7 @@ else
PRE_CMD=""
fi
exec $PRE_CMD w3m \
+ -I UTF-8 \
-T text/html \
-cols $(tput cols) \
-dump \