all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <ecinmn@peoplepc.com>
Subject: Re: Entering UTF-8 Characters
Date: Tue, 20 Dec 2005 04:06:56 GMT	[thread overview]
Message-ID: <ArLpf.7803$Dd2.1688@newsread3.news.atl.earthlink.net> (raw)
In-Reply-To: mailman.19876.1135037590.20277.help-gnu-emacs@gnu.org


"Cameron Desautels" <cam@apt2324.com> wrote in message
news:mailman.19876.1135037590.20277.help-gnu-emacs@gnu.org...
> Can anyone tell me if there is a way to enter UTF-8 characters
> numerically?
>
> My ultimate goal is to type "smart quotes" into UTF-8 files.  I've
> looked through some of the coding systems, but I can't find any way at
> all to enter these characters.  I do realize that there are excellent
> packages in existence which make this an easy task, but I'd rather not
> *depend* on a package.  Any tips?
> --
> Cameron Desautels <cam@apt2324.com>


C-q (octal number) RET

Unfortunately, this number isn't the Unicode number for the code point (I
think). They are at U+201C and D

putting them into a file and then pressing C-x = yields:

 (01234574, 342396, 0x5397c, file ...)

and

 (01234575, 342397, 0x5397d, file ...

So I guess you could type C-q and then those numbers starting with zero.
Very cumbersome. After doing one each you could manually search and
replace initial and final straight quotes with M-% (also manually).

Ed.

  parent reply	other threads:[~2005-12-20  4:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.19876.1135037590.20277.help-gnu-emacs@gnu.org>
2005-12-20  2:14 ` Entering UTF-8 Characters 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 [this message]
2005-12-20 18:16   ` Harald Hanche-Olsen
2005-12-20 23:45     ` B. T. Raven
2006-01-11 12:26       ` kokrhac - Ales MATAS
2005-12-20  0:11 Cameron Desautels
2005-12-20 10:11 ` Peter Dyballa
2005-12-20 13:44   ` Peter Dyballa
2005-12-20 15:13   ` 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='ArLpf.7803$Dd2.1688@newsread3.news.atl.earthlink.net' \
    --to=ecinmn@peoplepc.com \
    /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.