[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:14159] Re: ITP: tcltk8.0-ja (Re: Re: ja って何者?)
At Wed, 9 May 2001 11:37:11 +0900,
ISHIKAWA Mutsumi wrote:
> ja_JP.eucJP で動くように tcl8.2/tk8.2 用のパッチを書くのが
> 自明な解だと思うんですが?
Yes.
> ざっと見た限り ja_JP.ujis で動いて ja_JP.eucJP じゃ動かない
> のであれば、こんなもん?
>
> #わたしゃ tcl も tk もつかわんので、検証, BTS 等はよろしく
>
> --- tcl8.2-8.2.3/unix/tclUnixInit.c.orig Wed May 9 11:32:27 2001
> +++ tcl8.2-8.2.3/unix/tclUnixInit.c Wed May 9 11:34:02 2001
> @@ -61,6 +61,7 @@
> {"ja_JP.JIS", "iso2022-jp"},
> {"ja_JP.mscode", "shiftjis"},
> {"ja_JP.ujis", "euc-jp"},
> + {"ja_JP.eucJP", "euc-jp"},
> {"ja_JP", "euc-jp"},
> {"Ja_JP", "shiftjis"},
> {"Jp_JP", "shiftjis"},
Thanks, it works well. I shall do BTS soon.
-- gotom