From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: I'm is really I'm Date: Wed, 7 Jul 2010 03:21:15 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278465773 31634 80.91.229.12 (7 Jul 2010 01:22:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Jul 2010 01:22:53 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 07 03:22:52 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OWJLc-0008Fm-4e for ged-emacs-devel@m.gmane.org; Wed, 07 Jul 2010 03:22:48 +0200 Original-Received: from localhost ([127.0.0.1]:57370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWJLb-0007Dz-DH for ged-emacs-devel@m.gmane.org; Tue, 06 Jul 2010 21:22:47 -0400 Original-Received: from [140.186.70.92] (port=45987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWJKT-0006hD-TU for emacs-devel@gnu.org; Tue, 06 Jul 2010 21:21:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWJKS-0007Wc-PW for emacs-devel@gnu.org; Tue, 06 Jul 2010 21:21:37 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:34732) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWJKS-0007WS-Du for emacs-devel@gnu.org; Tue, 06 Jul 2010 21:21:36 -0400 Original-Received: by eydd26 with SMTP id d26so178963eyd.0 for ; Tue, 06 Jul 2010 18:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=o73gRDLoAqBLyqTXx+BSem9ws5RnCT66ALlllc/kiek=; b=ldhQn5aP2s6wd5sxq6qmo4xtF/Ie7X2OHsVoKq2mYzcrHFPjVbZjUVOWJjuk78uOnL nopyZOaIpxddvucBN5Vznyw7hGPGHZwMdopJ8V67v47+ctQZmv428zW48Ilxj8F+ZwEX /P4qeRz/Lk/0wVG7oKRdeoIeaoeuzFa38Xuw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=d4CuA67brMr872z1xrIQkn4zcAOZx8Dh/DOBsvXIOZIfU9VuGLDygbHl2bMwZlzLVS oVLAB7Q+FlnZsKtF+A+4utTItWfeTc0CWkeEzR1nkmaYmNKk/pO2r2ngKD6CL20g3gf1 i0GJY3ZthmnPH9VtXrOT3UObKXT2zyAoacO4Q= Original-Received: by 10.213.34.19 with SMTP id j19mr4887787ebd.63.1278465695249; Tue, 06 Jul 2010 18:21:35 -0700 (PDT) Original-Received: by 10.213.15.132 with HTTP; Tue, 6 Jul 2010 18:21:15 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126855 Archived-At: I was just copying some text from a pdf file to store in org-mode in Emacs. Some of the characters are not readable with my font. For example when pasting something that looked like I'm I got in Emacs I=E2=80=9Fm where the middle char is character: =E2=80=9F (8223, #o20037, #x201f) preferred charset: unicode-bmp (Unicode Basic Multilingual Plane (U+0000..U+FFFF)) code point: 0x201F syntax: . which means: punctuation category: .:Base buffer code: #xE2 #x80 #x9F file code: #xE2 #x80 #x9F (encoded by coding system utf-8-unix) display: no font available Obviously this character is normally ' (char 39). Do we have any tool for replacing such characters in Emacs? Or is there a better way?