summary refs log tree commit diff
path: root/bin/dehtml.l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dehtml.l')
-rw-r--r--bin/dehtml.l6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/dehtml.l b/bin/dehtml.l
index 7793cdbc..45efc5d1 100644
--- a/bin/dehtml.l
+++ b/bin/dehtml.l
@@ -60,8 +60,12 @@ static const struct {
 	{ L'>', ">" },
 	{ L'"', """ },
 	{ L' ', " " },
-	{ L'\u2014', "—" },
 	{ L'\u00A9', "©" },
+	{ L'\u00B7', "·" },
+	{ L'\u00BB', "»" },
+	{ L'\u200F', "‏" },
+	{ L'\u2014', "—" },
+	{ L'\u2191', "↑" },
 };
 
 static void entity(void) {