From: <ga...@z1...> - 2004-10-14 11:16:21
|
Seiichi SATO wrote: > On Wed, Oct 13, 2004 at 09:37:14AM +0200, > G将。bor Farkas wrote: > > >>i attached a txt file encoded in utf8, containing plane1 (above the >>16bit limit) unicode characters. >> >>i installed this ttf font on my computer: >>http://home.att.net/~jameskass/code2001.htm >> >>and now i can open the attached txt file in mozilla-firefox and see the >>text. >> >>but i cannot see that text in mlterm. > > > I can see it. > > <http://www.sh.rim.or.jp/~ssato/mlterm/plane1_using_code2001.png> > > ~/.mlterm/aafont: > ISO10646_UCS4_1=Code2001-iso10646-1; > i see now. somehow i assumed that if i use the aafont-style, then it will automatically find a suitable font (as qt/gtk/mozilla does). so i have to tell those fonts... how do i specify more than 1 font? because i already have a font defined for iso10646-ucs4-1: ISO10646_UCS4_1=MyFixed-iso10646-1; i tried this: ISO10646_UCS4_1=MyFixed-iso10646-1;Code2001-iso10646-1; but then only the code2001 font was used :( gabor |