Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: doc/ja/tutorial.html: Version Updates, copyright
古川です。
From: 藤原 誠 / Makoto Fujiwara <makoto@xxxxx>
Subject: [namazu-devel-ja] Re: doc/ja/tutorial.html: Version Updates, copyright
Date: Wed, 11 Jul 2001 21:43:58 +0900
makoto> 特に議論がなかったので commit しました。それと英語の方も合せて
遅くなってすみません。
From: 藤原 誠 / Makoto Fujiwara <makoto@xxxxx>
Subject: [namazu-devel-ja] doc/ja/tutorial.html: Version Updates, copyright
Date: Wed, 11 Jul 2001 17:15:16 +0900
makoto> + <td rowspan=2>1.9 は問題がある 1.71 or 1.92 を使う</td>
makoto> </tr>
makoto>
makoto> <tr><td>NKF</td><td>nkf Perl モジュール化</td>
makoto> - <td>▲</td><td>1.92</td><td>1.71</td>
makoto> - <td><br></td>
makoto> + <td>▲</td><td>1.92</td><td>1.71 or 1.92</td>
makoto> +
nkf は 1.92 もダメです。-Z1 オプションにバグがあります。
namazu-users-ja#01299
http://www.namazu.org/ml/namazu-users-ja/msg01298.html
で書いたパッチを当てないと、いわゆる全角の空白が化けます。
# この時は、1.71 用と 1.92 用の 2 つのパッチを添付したの
# ですが、web で見ると区別が分からなくなっていますね。
バグ修正に必要なのは、パッチのうち、
@@ -1670,6 +1671,7 @@
if (0x21==c1) {
if (alpha_f&0x2) {
c1 = ' ';
+ c2 = 0;
} else if (alpha_f&0x4) {
(*o_zconv)(0,' ');
(*o_zconv)(0,' ');
の部分だけですが。
--
Rei FURUKAWA
furukawa@xxxxxxxxxxxx