unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Robert Uhl <ruhlNO@SPAM4dv.net>
Subject: UTF-8 Copy/Paste
Date: 04 Jan 2005 20:49:57 -0700	[thread overview]
Message-ID: <m3mzvo5yca.fsf@localhost.localdomain> (raw)

I've got display of UTF-8 encoded files _within_ emacs working just
fine, but when I try to copy/paste between emacs and gnome-terminal,
gedit, gaim &c. I get gobbledygook.  Any ideas?  Right now I set up
Unicode with this:

  (set-language-environment "UTF-8")
  (set-buffer-file-coding-system 'utf-8)
  (setq locale-coding-system 'utf-8)
  (set-terminal-coding-system 'utf-8)
  (set-keyboard-coding-system 'utf-8)
  (set-selection-coding-system 'utf-8)
  (prefer-coding-system 'utf-8)

LANG=en_GB.UTF-8
LC_MONETARY=en_US

-- 
Robert Uhl <http://public.xdi.org/=ruhl>
`How do you explain bikini underwear and chocolate 
 sprinkles pressed between pages 102 and 103 of the 
 Canterbury Tales?  It must have been quite an evening.'

             reply	other threads:[~2005-01-05  3:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-05  3:49 Robert Uhl [this message]
2005-01-05 19:01 ` UTF-8 Copy/Paste Henrik Enberg

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=m3mzvo5yca.fsf@localhost.localdomain \
    --to=ruhlno@spam4dv.net \
    /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).