From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Did something change with file encodings recently? Date: Sun, 16 Sep 2018 15:36:34 +0200 Message-ID: <87mushd0nx.fsf@chopper> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1537104898 2030 195.159.176.226 (16 Sep 2018 13:34:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2018 13:34:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 16 15:34:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g1XCP-0000Oy-N8 for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2018 15:34:53 +0200 Original-Received: from localhost ([::1]:59095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1XEV-0006SD-Gq for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2018 09:37:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1XEK-0006S6-6S for emacs-devel@gnu.org; Sun, 16 Sep 2018 09:36:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1XEG-0007Yr-VL for emacs-devel@gnu.org; Sun, 16 Sep 2018 09:36:52 -0400 Original-Received: from smtp.outgoing.loopia.se ([194.9.95.112]:62312) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1XEG-0007JK-HP for emacs-devel@gnu.org; Sun, 16 Sep 2018 09:36:48 -0400 Original-Received: from s554.loopia.se (localhost [127.0.0.1]) by s554.loopia.se (Postfix) with ESMTP id 4F7DD1F15202 for ; Sun, 16 Sep 2018 15:36:35 +0200 (CEST) Original-Received: from s498.loopia.se (unknown [172.21.200.96]) by s554.loopia.se (Postfix) with ESMTP id 3155E795BA4 for ; Sun, 16 Sep 2018 15:36:35 +0200 (CEST) Original-Received: from s406.loopia.se (unknown [172.21.200.105]) by s498.loopia.se (Postfix) with ESMTP id 2EB92459569 for ; Sun, 16 Sep 2018 15:36:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se Original-Received: from s500.loopia.se ([172.21.200.105]) by s406.loopia.se (s406.loopia.se [172.21.200.136]) (amavisd-new, port 10024) with LMTP id eFAQhFkPK_cz for ; Sun, 16 Sep 2018 15:36:34 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: joakim.verona@chimeslab.se X-Loopia-Originating-IP: 81.170.223.63 Original-Received: from localhost.localdomain (h-223-63.A149.priv.bahnhof.se [81.170.223.63]) (Authenticated sender: joakim.verona@chimeslab.se) by s500.loopia.se (Postfix) with ESMTPSA id 3C817A88098 for ; Sun, 16 Sep 2018 15:36:34 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 194.9.95.112 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:229841 Archived-At: Did something change with file encodings recently? I have an org-mode file with swedish characters in it. In my old emacs build, of 2018-09-06, the emacs shows the swedish characters fine, and shows the encoding as utf-8-unix. In my more recent emacs build of 2018-09-16, the swedish characters are shown as escapes, \303\206 for instance. other org files in the same directory show swedish chars fine, so I guess this particular file has some sort of encoding issue. Any hints what happened, and how i can repair it? -- Joakim Verona joakim@verona.se