Eli Zaretskii <[EMAIL PROTECTED]> writes:

> Sorry, I don't understand this.  Please show the details.

Ok, I did the following: I created 2 identical files, containing the
string "überfall":

,----
| [EMAIL PROTECTED] ~/work/workspace.c/gmx $ file bla*
| bla.eclipse: ISO-8859 text
| bla.emacs:   ISO-8859 text
`----

I then opened "bla.eclipse" with eclipse and saved it again, which
lead to this:

,----
| [EMAIL PROTECTED] ~/work/workspace.c/gmx $ file bla*
| bla.eclipse: UTF-8 Unicode text
| bla.emacs:   ISO-8859 text
`----

Opening "bla.eclipse" with emacs, shows me the string
"�berfall".  Changing the file encoding with "C-x <RET> f
iso-latin-1-unix" and saving leads to:

,----
| [EMAIL PROTECTED] ~/work/workspace.c/gmx $ file bla*
| bla.eclipse: UTF-8 Unicode text
| bla.emacs:   ISO-8859 text
`----

Somewhere in the middle I got lost.  Can anyone help me out?


-- 
Martin
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to