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: Ellispes is not in utf-8? Date: Thu, 23 Dec 2010 02:47:26 +0100 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 1293068884 15839 80.91.229.12 (23 Dec 2010 01:48:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 01:48:04 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 23 02:48:00 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 1PVaHd-00081B-Nz for ged-emacs-devel@m.gmane.org; Thu, 23 Dec 2010 02:47:57 +0100 Original-Received: from localhost ([127.0.0.1]:36793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVaHd-00088i-2H for ged-emacs-devel@m.gmane.org; Wed, 22 Dec 2010 20:47:57 -0500 Original-Received: from [140.186.70.92] (port=58938 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVaHV-00088d-KL for emacs-devel@gnu.org; Wed, 22 Dec 2010 20:47:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVaHU-0007Uz-6g for emacs-devel@gnu.org; Wed, 22 Dec 2010 20:47:49 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:62177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVaHT-0007Us-Sq for emacs-devel@gnu.org; Wed, 22 Dec 2010 20:47:48 -0500 Original-Received: by eyh6 with SMTP id 6so27984eyh.0 for ; Wed, 22 Dec 2010 17:47:46 -0800 (PST) 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=NOm6s1q3mp5vmZIon+9Ui599kc9AY+evQ3BploA7mHY=; b=xi62WIslwOqNgeHDqgYvSCF+BCZYYE/CxLkksyISl8H45cwCx8gcN4bQ6L8kKXtBm9 ddcYEjGkxmkibryfbQQ8Clc+IkpxGIyYyckjHpLLYoMOlQ7oKANDUbw3YsqRN3tHtkQ+ ML7ZSML9SxmT1JwAxdz65nsRBRXi+23vbT7sc= 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=Fmw/Iesg9KbGnKgNOhk3lCXLz6LBurkXAjPH9zrjnb+YsUIQ6ekcH5rKJutDsDXRrU exZ6GBUydLMtAHspsHzmPH3aegP01isSskh1HyPTVMkm0LVWsc+4TcZTn+xZI5Txw1Zh I8TcWOsJ0fD8EkbqCzqqL5U9v/caYux0GD2GY= Original-Received: by 10.213.112.146 with SMTP id w18mr6156879ebp.84.1293068866317; Wed, 22 Dec 2010 17:47:46 -0800 (PST) Original-Received: by 10.213.20.148 with HTTP; Wed, 22 Dec 2010 17:47:26 -0800 (PST) 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:133911 Archived-At: I just copied ellipses from this page: http://en.wikipedia.org/wiki/Ellipsis and inserted them (with cua-paste) in a ruby file. At the end of this file I added: # Local variables: # coding: utf-8 # End: However Emacs does not seem to like that, it asks me if I want to save it as "chinese-iso-8bit". What is going on here? Looking at the char I get: character: =E2=80=A6 (8230, #o20046, #x2026) preferred charset: unicode (Unicode (ISO10646)) code point: 0x2026 syntax: _ which means: symbol category: .:Base, c:Chinese, h:Korean, j:Japanese buffer code: #xE2 #x80 #xA6 file code: not encodable by coding system iso-latin-1-dos display: by this font (glyph code) uniscribe:-outline-Lucida Console-normal-normal-normal-mono-13-*-*-*-c-*-iso10646-1 (#xAB) Character code properties: customize what to show name: HORIZONTAL ELLIPSIS general-category: Po (Punctuation, Other) decomposition: (compat 46 46 46) (compat '.' '.' '.') (This is on w32, using Chrome as web browser. My patched version of Emacs from 2010-10-19.)