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: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010205042736.A662D199D7@mail.cse.psu.edu> Date: Mon, 5 Feb 2001 13:26:31 +0900 Topicbox-Message-UUID: 5832eb76-eac9-11e9-9e20-41e7f4b1d025 >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