GNU bug report logs -
#4090
23.1.50; Vertical table separators gone
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Sun, 9 Aug 2009 01:50:04 UTC
Severity: normal
Found in version 1:20090814-1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 4090 <at> emacsbugs.donarmstrong.com (full text, mbox):
Package: emacs-snapshot
Version: 1:20090814-1
X-debbugs-cc: 4090 <at> debbugs.gnu.org, emacs-w3m <at> namazu.org,naota <at> elisp.net, svenjoac <at> gmx.de
On Debian, using versions
emacs-snapshot 1:20090814-1
emacs23: 23.1+1-2
set /tmp/f.html
cat <<EOF > $@
<table border="1"><tr><td>bla</td></tr></table>
EOF
LC_ALL=zh_TW.UTF-8 emacs-snapshot -f w3m $@ # bad
LC_ALL=C emacs-snapshot -f w3m $@ # good
LC_ALL=zh_TW.UTF-8 emacs23 -f w3m $@ # good
LC_ALL=C emacs23 -f w3m $@ # good
One sees that these characters,
• │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼
vanish in the above "bad" case.
I.e.,
┌───┐
│bla│
└───┘
becomes
─
bla
─
It makes w3m-emacs unusable for browsing any web page with tables.
Can even reproduce with
$ HOME=/tmp LC_ALL=zh_TW.UTF-8 emacs-snapshot -Q -l w3m -f w3m $@ # bad
Also installed is w3m-el-snapshot
Version: 1.4.364+0.20090802-1
This bug report was last modified 14 years and 149 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.