From owner-freebsd-openoffice@FreeBSD.ORG Sun Apr 4 04:48:57 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AEC16A4CE for ; Sun, 4 Apr 2004 04:48:57 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661AF43D1F for ; Sun, 4 Apr 2004 04:48:57 -0700 (PDT) (envelope-from RoKlein@roklein.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BA67N-0001xn-00; Sun, 04 Apr 2004 13:48:49 +0200 Received: from [80.129.39.10] (helo=z105-e.intern.studentenwohnheim-rhein-main.de) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BA67N-0008Ha-00; Sun, 04 Apr 2004 13:48:49 +0200 From: Robert Klein Organization: roklein.de To: Stephen Liu Date: Sun, 4 Apr 2004 13:48:45 +0200 User-Agent: KMail/1.6.1 References: <20040330.104424.74691423.roklein@roklein.de> <200404031853.26752.RoKlein@roklein.de> <200404040202.18121.satimis@icare.com.hk> In-Reply-To: <200404040202.18121.satimis@icare.com.hk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404041348.45539.RoKlein@roklein.de> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:ed18d71deac0f49a40655750752d3db9 cc: xcin@linux.org.tw cc: freebsd-openoffice@freebsd.org Subject: Re: [XCIN] Re: Chinese input (using xcin) and OpenOffice on FreeBSD X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RoKlein@roklein.de List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2004 11:48:57 -0000 Hi, Stephen, we're down to two glitches now, right? > Now the abovementioned 'samll bar' was too small and the > Chinese characters displayed there are hardly read. Any > solution to enlarge the said bar. Somewhere in the file /usr/X11R6/etc/xcinrc there are two lines: (FONTSET "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-big5-0") (OVERSPOT_FONTSET "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-big5-0"))) If you exchange the "16"s in the second line by "24"s the characters will be as big as in the root window. Don't use any other values than 16 or 24 -- except you really know what you're doing. At the same time you could (instead) change the line (define INPUT_STYLE '(OverTheSpot Root)) (or similar) to (define INPUT_STYLE '(Root OverTheSpot)) and you won't get the small window anymore but an input space in the root window itself. > 'kedit' still could not work as described in my previous > posting even selecting the Chinese fonts by configuring it Mm... maybe you chose the wrong font? It should work with both "AR PL KaitiM Big5" and "AR PL Mingti2L Big5". I've tested different fonts a little bit, and on my system additionally all "Fixed" fonts work, "Mincho" misses some characters (GB font?), "Ming" works, but is kind of ugly -- but it seems to have both Big5 and GB characters... Best Regards, Robert