all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs and UTF-8
@ 2005-04-28 17:44 knubee
  2005-04-28 20:05 ` Peter Dyballa
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: knubee @ 2005-04-28 17:44 UTC (permalink / raw)


I'm trying to find some summary explanation of the different ways Emacs
handles UTF-8. There seem to be many different possible settings
(set-language-environment and set-default-encoding-system and ...) --
and there seem to be distinctions between reading, displaying, writing,
etc. I have not been able to find anything that explains these
distinctions. So far, I haven't found a way to set one variable
somewhere so that makes everything within emacs read, write, and
display UTF-8. Is there such a variable?

At the moment I am able to write and display Swedish characters within
Emacs. However:

- if I reply to an email, the cited version will be full of junk
characters instead of the Swedish characters (which display fine in the
original email I recieved). My mail application is VM, if that makes
any difference.

- if I run a Scheme program on a data file that includes Swedish
characters, the returned values will include junk characters for the
Swedish ones (and again, in this case, I am able to open the file and
see the Swedish characters perfectly).

Aside from solving these *particular* problems I would like to find
some good *model* for how Emacs handles UTF-8.

I'm running Emacs 21.3 under Debian, and below are some settings from
.emacs file.

(set-language-environment 'UTF-8)
(set-default-coding-systems             'utf-8)
(setq file-name-coding-system           'utf-8)
(setq default-buffer-file-coding-system 'utf-8)
(setq coding-system-for-write           'utf-8)
(set-keyboard-coding-system             'utf-8)
(set-terminal-coding-system             'utf-8)
(set-clipboard-coding-system            'utf-8)
(set-selection-coding-system            'utf-8)

thanks for any help.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-30 17:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28 17:44 emacs and UTF-8 knubee
2005-04-28 20:05 ` Peter Dyballa
2005-04-28 20:09 ` Peter Dyballa
     [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

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.