From d578563a9bd4b496132a5a0d5252d21ac1041282 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 7 Sep 2021 17:22:04 -0400 Subject: Add HTML entities used by "legacy" twitter --- bin/dehtml.l | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/dehtml.l') diff --git a/bin/dehtml.l b/bin/dehtml.l index f585b701..51e7f4f7 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) { -- cgit 1.4.1 ected'>master dontfiles
summary refs log tree commit diff
path: root/doc/zlib/gzflush.3 (unfollow)
Commit message (Expand)Author
2022-05-16Add all possible hostnames to ssh configJune McEnroe
2022-05-16Add back grc aliasJune McEnroe
2022-05-10Update "Care" with certificate timelineJune McEnroe
2022-05-08Add CirceJune McEnroe
2022-04-20Revert "Make (pun) the dependencies make (pun) more sense"June McEnroe
2022-04-20Set txt mtimes to source mtimesJune McEnroe
2022-04-20Make (pun) the dependencies make (pun) more senseJune McEnroe
2022-04-17Add HenchJune McEnroe
2022-04-14Publish "Agency"June McEnroe
2022-04-13Swap dates so the difference is always positiveJune McEnroe
2022-04-04Update "Care"June McEnroe
2022-04-03Publish "Care"June McEnroe
2022-03-31Publish "Compassion"June McEnroe
2022-03-24Skip matches with ident chars on either sideJune McEnroe
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
2022-03-16Remove -j4 from ./PlanJune McEnroe
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe