all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Entering UTF-8 Characters
Date: Tue, 20 Dec 2005 11:11:46 +0100	[thread overview]
Message-ID: <a80d2de7336ce47bdb19329341d7f894@Web.DE> (raw)
In-Reply-To: <20051220001159.GD29667@setzer.hsd1.tx.comcast.net>


Am 20.12.2005 um 01:11 schrieb Cameron Desautels:

> My ultimate goal is to type "smart quotes" into UTF-8 files.

Three choices:

	• octal a in \20030 ... \20037 = ‘ ’ ‚ ‛ “ ” „ ‟ (end with non-digit)
	• ucs input method C-x RET C-\ RET u201c
	• bind a key to insert these by copying from my eMail or utf8.txt in 
kermit distribution

I think the first two methods won't work in GNU Emacs 21.4. This Emacs 
too gives on C-u C-x = not the correct answers. Whether the last method 
works I can't tell, I prefer GNU Emacs 23 because is has Unicode 
support that you can actually use (at almost 100% of the time, printing 
only works via htmlizing the buffer and then printing out of an 
Internet browser). Here is GNU Emacs 23's description of a "smart" 
quote:

         character: „ (020036, 8222, 0x201e)
preferred charset: [iso-8859-13] (ISO/IEC 8859/13)
        code point: [0xA5]
            syntax: . 	which means: punctuation
       buffer code: 0xE2 0x80 0x9E
         file code: 0xE2 0x80 0x9E (encoded by coding system utf-8)
           display: by this font (glyph code)
      
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO10646-1 
(0x201E)

Character code properties are not shown: [customize what to show]

There are text properties here:
   fontified            t


--
Greetings

   Pete

"A smart quote proves nothing."
      --Pete (19??-20??)

  reply	other threads:[~2005-12-20 10:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-20  0:11 Entering UTF-8 Characters Cameron Desautels
2005-12-20 10:11 ` Peter Dyballa [this message]
2005-12-20 13:44   ` Peter Dyballa
2005-12-20 15:13   ` kokrhac - Ales MATAS
     [not found] <mailman.19876.1135037590.20277.help-gnu-emacs@gnu.org>
2005-12-20  2:14 ` David Hansen
2005-12-20  7:41   ` Cameron Desautels
     [not found]   ` <mailman.19899.1135064583.20277.help-gnu-emacs@gnu.org>
2005-12-20 14:02     ` David Hansen
2005-12-20 17:44       ` Cameron Desautels
2005-12-20  4:06 ` B. T. Raven
2005-12-20 18:16   ` Harald Hanche-Olsen
2005-12-20 23:45     ` B. T. Raven
2006-01-11 12:26       ` kokrhac - Ales MATAS

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a80d2de7336ce47bdb19329341d7f894@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.