help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs and UTF-8


From: Peter Dyballa
Subject: Re: emacs and UTF-8
Date: Thu, 28 Apr 2005 22:09:21 +0200

I forgot: you need fontsets too to see those more than 64K glyphs:

(create-fontset-from-fontset-spec "-monotype-courier new-medium-r-*-*-10-*-*-*-*-*-fontset-10pt_monotype_courier" t 'noerror) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-1 '("courier new" . "iso8859-1")) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-2 '("courier new" . "iso8859-2")) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-3 '("courier new" . "iso8859-3")) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-4 '("courier new" . "iso8859-4")) (set-fontset-font "fontset-10pt_monotype_courier" 'cyrillic-iso8859-5 '("courier new" . "iso8859-5")) (set-fontset-font "fontset-10pt_monotype_courier" 'arabic-iso8859-6 '("courier new" . "iso8859-6")) (set-fontset-font "fontset-10pt_monotype_courier" 'greek-iso8859-7 '("courier new" . "iso8859-7")) (set-fontset-font "fontset-10pt_monotype_courier" 'hebrew-iso8859-8 '("courier new" . "iso8859-8")) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-9 '("courier new" . "iso8859-9")) (set-fontset-font "fontset-10pt_monotype_courier" 'latin-iso8859-15 '("courier new" . "iso8859-15")) (set-fontset-font "fontset-10pt_monotype_courier" 'mule-unicode-0100-24ff '("courier new" . "iso10646-1")) (set-fontset-font "fontset-10pt_monotype_courier" 'mule-unicode-2500-33ff '("courier new" . "iso10646-1")) (set-fontset-font "fontset-10pt_monotype_courier" 'mule-unicode-e000-ffff '("courier new" . "iso10646-1"))

Just one example.

--
Greetings

  Pete

Ce qui été compris n'existe plus.    (Paul Eluard)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]