[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

spaces vs. Kanji



I hope the current version of w3m(-emacs) doesn't still squeeze spaces
out of between Kanji.

I'm still using Debian (experimental, sid)
0.5.2-2+b1 w3m.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>

<html>
<head>
 <meta http-equiv="Content-Type" content=
 "text/html; charset=utf-8">

 <title>w3m spaces test</title>
</head>

<body>
 <p>In w3m these <em>English words</em> are <em>rendered with
 spaces</em>, but not these Chinese words, even though we used the
 same spaces: 惟<em>漢 字</em> 雖
 <em>加 空 格</em>
 卻壓在一齊。</p>

 <p>You see I was trying to write</p>

 <blockquote>
  <p>搜尋 <em>歌手</em> 加
  <em>歌名</em> 加
  "<code>歌詞</code>" 或
  "<code>lyrics</code>"。</p>
 </blockquote>

 <p>And only w3m renders it differently than all the other
 browsers.</p>
</body>
</html>