all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@online.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: abbrev_defs encoding issues
Date: Mon, 06 Jun 2011 19:40:58 +0200	[thread overview]
Message-ID: <4DED112A.9040905@online.de> (raw)
In-Reply-To: <jwvtyc27wbv.fsf-monnier+emacs@gnu.org>

Am 06.06.2011 18:34, schrieb Stefan Monnier:
>> when using Emacs 24.. and Emacs 23.. series parallel or
>> consecutive, I'm running into trouble due to different
>> encoding for ~/.abbrev_defs - 23 uses emacs-mule, while 24 uses utf-8.
>
> Care to tell us what kind of trouble you bump into?
>
>
>          Stefan
>

if an .abbrev_def is saved from v24, which has been edited from v23 
before, all german umlauts gets destroyed for example:

(the corresponding upper part gets displayed further below in the diff)

<     ("ürr" "Überraschung" nil 0)
<     ("üs" "überaus" nil 0)
<     ("ütr" "Übertragung" nil 0)
<     ("ütre" "übertreiben" nil 0)
<     ("ütro" "übertroffen" nil 0)
<     ("ütt" "erschüttert" nil 0)
<     ("üu" "Übung" nil 0)
<     ("üz" "Überzeugung" nil 0)
<     ("üzd" "überzeugend" nil 0)
<     ("üzn" "Überzeugungen" nil 0)
<     ("üzt" "überzeugt" nil 0)
---
 >     ("��" "da��" nil 0)
 >     ("��h" "Mi��handlung" nil 0)
 >     ("��dt" "��nderte" nil 0)
 >     ("��g" "��gypten" nil 0)
 >     ("��ge" "��gyptische" nil 0)
 >     ("��gen" "��gyptischen" nil 0)
 >     ("��n" "ausl��ndischen" nil 0)
 >     ("��nd" "��nderungen" nil 0)
 >     ("��r" "��lter" nil 0)
 >     ("��u��" "��u��erung" nil 0)
 >     ("��u\201\337" "��u\201\337erung" nil 0)
 >     ("����" "��u��erten" nil 0)
 >     ("��\201\337" "��u\201\337erten" nil 0)



  reply	other threads:[~2011-06-06 17:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06 11:25 abbrev_defs encoding issues Andreas Röhler
2011-06-06 16:34 ` Stefan Monnier
2011-06-06 17:40   ` Andreas Röhler [this message]
2011-06-06 18:52     ` Stefan Monnier
2011-06-06 17:56   ` Andreas Röhler

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=4DED112A.9040905@online.de \
    --to=andreas.roehler@online.de \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.