From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: incorporating into org apparent non-utf8 from windows Date: Sat, 16 Jun 2018 19:11:39 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUNAN-0006VT-9L for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 22:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUNAM-0000Cq-Gh for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 22:11:43 -0400 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:45900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUNAM-0000C8-8K for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 22:11:42 -0400 Received: by mail-lf0-x22e.google.com with SMTP id n3-v6so19741304lfe.12 for ; Sat, 16 Jun 2018 19:11:41 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org i sometimes get documents sent to me as an attachment to email. .txt extension. they look like "there\222s" in text mode. when i yank into org, they look the same. i presume this is a non-utf8 encoding, or something. is there a fix for this? thanks.