From: sirciny <sirciny@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: Re: Encoding
Date: Wed, 12 Jun 2013 06:11:25 -0700 (PDT) [thread overview]
Message-ID: <1371042685667-288506.post@n5.nabble.com> (raw)
In-Reply-To: <FDB5C7C6-4C88-4022-B5A3-0F795AA1B3D7@Web.DE>
This is what my .emacs file now contains:
(prefer-coding-system 'utf-16-le)
;; EXPERIMENTAL: Set language environment
;;(setq current-language-environment 'latin-1)
;;(setenv 'latin-1)
;;(setenv LANG en_US.8859-1)
(set-language-environment "Latin-1")
(set-keyboard-coding-system 'latin-1)
(set-terminal-coding-system 'latin-1)
I also tried to M-x setenv using LANG and en_US.8859-1, but after doing so
and evaluating this region of my ~/.emacs, I still get the error in my
original post when I autosave. I'm also not sure what to set LC_CTYPE to, or
how to set it... It doesn't auto-complete with setenv, so I assume there's a
different function responsible for changing its value.
--
View this message in context: http://emacs.1067599.n5.nabble.com/Character-encoding-problem-tp288388p288506.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
next prev parent reply other threads:[~2013-06-12 13:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 22:47 Encoding sirciny
2013-06-11 9:22 ` Encoding Peter Dyballa
2013-06-12 13:11 ` sirciny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-13 1:01 encoding rinefez
2011-03-13 1:07 ` encoding Pascal J. Bourguignon
2011-03-13 18:59 ` encoding rinefez
2011-03-15 0:35 ` encoding rinefez
2011-03-15 0:51 ` encoding Pascal J. Bourguignon
2011-03-15 1:21 ` encoding rinefez
2009-01-08 0:35 encoding Alan
2009-01-08 4:27 ` encoding Eli Zaretskii
2004-06-21 7:41 Encoding Rob Kramer
2004-06-21 18:43 ` Encoding Kevin Rodgers
2004-06-30 16:51 ` Encoding Kai Grossjohann
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=1371042685667-288506.post@n5.nabble.com \
--to=sirciny@gmail.com \
--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.