[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Encoding..
From: |
Kevin Rodgers |
Subject: |
Re: Encoding.. |
Date: |
Mon, 21 Jun 2004 12:43:23 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Rob Kramer wrote:
> I'm doing some testing with a program that needs to be made aware of UTF-8.
> Now, when I cut & paste a good UTF-8 byte string to some other document
> (my .cc file to be precise), that string is converted to something else
> when I save and check with od.
>
> How can I disable all forms of multi-language encoding/converting so I can
> test in peace without fear of my strings becoming translated to something
> else?
Start Emacs with the --unibyte option or set the EMACS_UNIBYTE
environment variable (see the "Initial Options" and "Enabling Multibyte"
nodes of the Emacs manual); or
Set selection-coding-system to 'no-conversion or 'raw-text (see the
"Specify Coding" node of the Emacs manual).
--
Kevin Rodgers