From hbcc100@york.ac.uk Mon Mar 5 16:20:13 2001 From: hbcc100@york.ac.uk (hbcc100) Date: Mon, 05 Mar 2001 16:20:13 +0000 Subject: [I18n-sig] font Message-ID: <3AA3BCBD.A2B8677C@york.ac.uk> Hello, I am writing a program containing both Japanese and German on my Mac. To display both languages correctly, I need to change the font (I have World Script II installed). How can I do this? I have been told that there might be a way of changing fonts using Fm (Font Manager). But I can't find any documentation on this. Or is there a way of writing Japanese in unicode? Can anyone help me? Thank you Heike From martin@loewis.home.cs.tu-berlin.de Tue Mar 6 21:47:16 2001 From: martin@loewis.home.cs.tu-berlin.de (Martin v. Loewis) Date: Tue, 6 Mar 2001 22:47:16 +0100 Subject: [I18n-sig] font In-Reply-To: <3AA3BCBD.A2B8677C@york.ac.uk> (message from hbcc100 on Mon, 05 Mar 2001 16:20:13 +0000) References: <3AA3BCBD.A2B8677C@york.ac.uk> Message-ID: <200103062147.f26LlGZ02209@mira.informatik.hu-berlin.de> > I am writing a program containing both Japanese and German on my > Mac. To display both languages correctly, I need to change the font > (I have World Script II installed). How can I do this? I have been > told that there might be a way of changing fonts using Fm (Font > Manager). But I can't find any documentation on this. Or is there a > way of writing Japanese in unicode? Can anyone help me? To display text, it much depends what GUI toolkit you use. Unicode is certainly capable of representing both Japanese and German text simultaneously; it is then a question of the GUI toolkit to display the unicode text. If your GUI toolkit (which one are you using?) does not simultanous display of accented Roman and Japanese characters, you probably need to switch fonts. In that case, it is likely that you need different encodings. Still, Unicode would be a good choice - you only need the right codecs to convert Unicode to the encodings that the fonts expect. Regards, Martin