Tell me if I'm being a bore.
I searched the archives and found a discussion of the
rendering of mdash from 1999 March. lynx2.8.2dev.19 patch #6 has:
diff -u old/def7_uni.tbl ./def7_uni.tbl
--- old/def7_uni.tbl Thu Mar 4 02:39:46 1999
+++ ./def7_uni.tbl Mon Mar 15 01:10:40 1999
@@ -1290,7 +1290,8 @@
U+200e:(->)
U+200f:(<-)
U+200a:
-0x2d U+2010 U+2013-U+2015 # hyphen-like
+0x2d U+2010 U+2013 U+2015 # hyphen-like
+U+2014:--
U+2016:||
U+2017:=2
0x60 U+2018 # left single quotation mark <`>
from https://lists.nongnu.org/archive/html/lynx-dev/1999-03/msg00525.html
But no change I make to 2014 in def7_uni.tbl gets used. What
have I missed?
russell bell