[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:14185] Re: ja.po of lynx
At Mon, 14 May 2001 08:31:48 +0900,
Atsuhito Kohda wrote:
> > I'm about 2/3 through preparing a prerelease (at least another week), and
> > have checked if lynx will build with the gettext 0.10.37, finding that
> > ja.po is rejected by that (there are a dozen or so places that it says
> > are invalid multibyte sequences). Anyone want to fix it? (It's out
> > of my range of expertise; if no one cares to fix it, I'll remove it).
>
> ちょっと lynx-cur のソースで試したら確かに症状が出て
> るようです。
>
> civic:~/work/pack/debian-jp/lynx-cur/lynx-cur-2.8.4/po$ make
> file=./`echo ja | sed 's,.*/,,'`.gmo \
> && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ja.po
> ja.po:568: invalid multibyte sequence
> ja.po:569: 文字列の中で改行しています
(snip)
> ii gettext 0.10.37-1 GNU Internationalization utilities
>
> gettext 側の問題か ja.po の問題か理解できてないのです
> がどうなんでしょうか? ja.po の削除は避けたいと思って
> るのですが何か情報あればお願いします。
lynx-ja_2.8.3-2.dsc を使って:
gotom@celesta:~/debian/sample/lynx/lynx-ja-2.8.3/po> msgfmt -vo ja.mo ja.po
801 translated messages, 305 untranslated messages.
ii gettext 0.10.37-1 GNU Internationalization utilities
でした。2.8.4 の ja.po に何かゴミが入ってるのでは?
diff して確認してみてはいかがでしょう。
-- gotom