David wrote: > Same thing happens on macOS 12.3.1 with Apple clang 13.1.6 on > arm64-apple-darwin21.4.0 (i.e. lynx works, elinks breaks).
elinks support isn't fully functional. See this comment in etc/mhn.defaults.sh: #### M. Levinson noted that -eval "set document.codepage.assume='$charset'" #### can be used with elinks, after setting charset as done above. However, #### quoting becomes a nightmare because the argument must be quoted. And #### with that, bad effects of malicious parameter value quoting, such as shown #### in test/mhshow/test-textcharset, seems very difficult to avoid. It might #### be easier if the parameters are put into a temporary config-file. Or maybe a permanent wrapper? David
