From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] charon fixes for utf8 From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-mjktgiynsyszowycyrpnpafqzs" Message-Id: <20010205044345.0E1D2199D7@mail.cse.psu.edu> Date: Mon, 5 Feb 2001 13:42:40 +0900 Topicbox-Message-UUID: 5838de0a-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-mjktgiynsyszowycyrpnpafqzs Content-Disposition: inline Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit I visited wiki/22 by charon just before, and found there is a ill-translated Kanji just after "問い合わせがあれ". I don't know why, because this can be read right by Wiki and netscape and MS's browser (IE?). Kenji --upas-mjktgiynsyszowycyrpnpafqzs Content-Type: message/rfc822 Content-Disposition: inline Received: from granite.cias.osakafu-u.ac.jp ([192.168.1.3]) by granite.cias.osakafu-u.ac.jp; Mon Feb 5 13:27:59 JST 2001 Received: from elmo.cias.osakafu-u.ac.jp (elmo.cias.osakafu-u.ac.jp [157.16.103.2]) by granite.cias.osakafu-u.ac.jp (8.9.3/8.9.3) with ESMTP id NAA00844; Mon, 5 Feb 2001 13:28:57 +0900 Received: from mail.cse.psu.edu (postfix@psuvax1.cse.psu.edu [130.203.4.6]) by elmo.cias.osakafu-u.ac.jp (8.9.3/3.7W-01020211) with ESMTP id NAA24798; Mon, 5 Feb 2001 13:28:25 +0900 (JST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.30.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1763B199F0; Sun, 4 Feb 2001 23:28:08 -0500 (EST) Received: from granite.cias.osakafu-u.ac.jp (granite.cias.osakafu-u.ac.jp [157.16.91.52]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id A662D199D7 for <9fans@cse.psu.edu>; Sun, 4 Feb 2001 23:27:36 -0500 (EST) To: 9fans@cse.psu.edu Subject: Re: [9fans] charon fixes for utf8 From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010205042736.A662D199D7@mail.cse.psu.edu> Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.1 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Mon, 5 Feb 2001 13:26:31 0900 >It looks like there is still a bug in the lexer, as >viewing http://plan9.bell-labs.com/wiki/plan9/22 This is a font problem in charon. In charon, fonts are fixed to /fonts/lucidasans in charon_gui.b, where there is no Kanji font defined. If you want to see that page, you may change the lines of definition of fonts=array[NumFnt] of, say "/fonts/lucidasans/unicode.8.font" to /fonts/pelm/unicode.9.font". However, this will lead to Rob's grumble/complain ^_^ before, ie., we only have very limited fonts there. :-) Kenji --upas-mjktgiynsyszowycyrpnpafqzs--