From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: emacs and UTF-8
Date: Thu, 28 Apr 2005 22:09:21 +0200 [thread overview]
Message-ID: <3d6554e0392fdcbe9769f2341cb99770@Web.DE> (raw)
In-Reply-To: <1114710292.436403.218420@z14g2000cwz.googlegroups.com>
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)
next prev parent reply other threads:[~2005-04-28 20:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-28 17:44 emacs and UTF-8 knubee
2005-04-28 20:05 ` Peter Dyballa
2005-04-28 20:09 ` Peter Dyballa [this message]
[not found] ` <mailman.3358.1114718800.2895.help-gnu-emacs@gnu.org>
2005-04-28 21:33 ` knubee
2005-04-28 22:22 ` Peter Dyballa
2005-04-28 22:54 ` Pascal Bourguignon
2005-04-30 17:05 ` knubee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3d6554e0392fdcbe9769f2341cb99770@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).