From owner-freebsd-questions@FreeBSD.ORG Sun May 11 08:27:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CC637B401 for ; Sun, 11 May 2003 08:27:53 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BFE043FE0 for ; Sun, 11 May 2003 08:27:52 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 8899 invoked by alias); 11 May 2003 15:43:17 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.138526 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 11 May 2003 15:43:17 -0000 X-RCPTTO: ticso@cicely.de,freebsd-questions@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h4BFQP2j183654; Mon, 12 May 2003 00:26:25 +0900 Message-ID: <3EBE6C0A.4050209@users.sourceforge.net> Date: Mon, 12 May 2003 00:28:10 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030507 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3EB72561.8030603@users.sourceforge.net> <20030511150026.GC3789@cicely9.cicely.de> In-Reply-To: <20030511150026.GC3789@cicely9.cicely.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: How to make Mozilla display Korean (or CJK-type) characters? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 15:27:53 -0000 Bernd Walter wrote: > On Tue, May 06, 2003 at 12:00:49PM +0900, Rob Lahaye wrote: > >>I seem to remember that Mozilla somehow out-of-the-box could display >>non-roman charactersets, such as Korean. But Mozilla doesn't seem >>to do that anymore. What should I do ? >> >>I have installed the Korean johabfonts-port, which mentions something >>about Mozilla in its pkg-descr file. I installed it and included the >>directory in my fonts for X11; to no avail. >> >>In Mozilla I can select as the character set "Korean(JOHAB)", but when I >>check it next time, it is again on "Korean(EUC-KR)". >> >>Non-roman characters are displayed as squares that seem to have four tiny >>roman characters in them. >> >>Is this a bug in Mozilla, or is my fonts setup buggy, or is this a >>more fundamental FreeBSD issue? > > > I had the same problem. > Compile the mozilla port with -DWITHOUT_XFT=yes. Indeed that did it! Thank you. R.