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

Re: RFS: kita2



Hi,

At Sat, 17 Jan 2009 00:17:28 +0900,
Hiroyuki Yamamoto wrote:
> 
> Hi,
> 
> Hiroyuki Yamamoto wrote:
> >Junichi Uekawa wrote:
> >> > At Wed, 31 Dec 2008 18:07:43 +0900,
> >> > Hiroyuki Yamamoto wrote:
> >>> >> Junichi Uekawa wrote:
> >>>> >>> what's the error message when ja_JP.UTF-8 is not available?
> >>> >> Hmm, no error message is available now.
> >>> >> Tentatively, I described to README.Debian as follows:
> >>> >>
> >>> >>  * Now Kita2 should be used under UTF-8 locale.
> >>> >>    Please generate to run "dpkg-reconfigure locales" and select
> >>> >>    "ja_JP.UTF-8".
> >> >
> >> > I think this is a bug; can you contact upstream to fix it?
> >
> >Yeah, I would try to contact him.
> 
> No reply has been received from the upstream yet,
> so, in order to warn, I introduced a new rapper as follows:
> #!/bin/sh
> if [ $(LC_ALL=ja_JP.UTF-8 locale charmap) != 'UTF-8' ];
> then
> 	kdialog --title "Error" --error "Kita2 needs ja_JP.UTF-8 locale."
> 	exit 1
> else
> 	LANG=ja_JP.UTF-8 exec /usr/bin/ruby1.8 -C/usr/share/kita2
> /usr/share/kita2/kita.rb
> 	exit 0
> fi
> 
> 
> Here is the new package:
> http://mentors.debian.net/debian/pool/main/k/kita2/kita2_1.90.4-1.dsc

I think there was some concern about kde4 compatibility, did you address that ?


Reply to: