From owner-freebsd-java Thu May 24 22: 4: 3 2001 Delivered-To: freebsd-java@freebsd.org Received: from uhpux01.beacon-it.co.jp (bconns1.beacon-it.co.jp [210.169.183.4]) by hub.freebsd.org (Postfix) with ESMTP id 88D7B37B423 for ; Thu, 24 May 2001 22:03:59 -0700 (PDT) (envelope-from westbay@seaple.icc.ne.jp) Received: from firstbase.westbay.fa.jp (nypc104.beacon-it.co.jp [172.22.124.104]) by uhpux01.beacon-it.co.jp (8.9.3/8.9.3) with SMTP id OAA19626 for ; Fri, 25 May 2001 14:23:51 +0900 Content-Type: text/plain; charset="iso-2022-jp" From: Michael Westbay To: java@FreeBSD.ORG Subject: Re: [FYI] J2SDK v1.4 works on FreeBSD 4.2 Date: Fri, 25 May 2001 14:04:13 +0900 X-Mailer: KMail [version 1.2] References: <84756714.990700470533.JavaMail.daichi@localhost> In-Reply-To: <84756714.990700470533.JavaMail.daichi@localhost> MIME-Version: 1.0 Message-Id: <01052509512200.06019@firstbase.westbay.fa.jp> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org GOTO-san, > Sun released J2SDK v1.4 Beta for linux. > [...] > But in Japanese environment, that gets fail because of IM problem. > Someone can use it with LANG=ja_JP.EUC? Would you tell me please. Try: export LANG=ja_JP.eucJP export LC_ALL=$LANG export LC_MESSAGES=$LANG Testing demo/jfc/Font2DTest with both ja_JP.EUC and ja_JP.eucJP, I find that the eucJP works as expected, whereas EUC doesn't paint correctly in edit box (User text in the Text to use option). I just so happened to notice man/ja_JP.eucJP when installing, which gave me the idea to try it (as I usually also have LANG set to ja_JP.EUC). Further investigation (/usr/X11R6/lib/X11/locale/locale.alias) shows that ja_JP.EUC is an alias for the full locale name of ja_JP.eucJP. Since it's an alias, I would expect either one to work the same, but... --- By the way, nice article on Cocoon in the last FreeBSD Press. I wish I'd have had that a little earlier. You're not going to do an article on using Japanese with DocBook soon, are you? (Particularly, getting Japanese to work with the fo --> PDF transforms.) Now, for some more pressing tests of 4.0.0.... Kore kara mo, yoroshiku onegai shimasu. -- Michael Westbay Work: Beacon-IT http://www.beacon-it.co.jp/ Home: http://www.seaple.icc.ne.jp/~westbay Commentary: http://www.japanesebaseball.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message