From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 character code space Date: Wed, 26 Nov 2008 23:52:05 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227739958 1394 80.91.229.12 (26 Nov 2008 22:52:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2008 22:52:38 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 26 23:53:40 2008 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.50) id 1L5TGB-0000Zs-I8 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2008 23:53:27 +0100 Original-Received: from localhost ([127.0.0.1]:37710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5TEz-0005nv-Q1 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2008 17:52:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5TEu-0005nY-CX for emacs-devel@gnu.org; Wed, 26 Nov 2008 17:52:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5TEt-0005nM-JA for emacs-devel@gnu.org; Wed, 26 Nov 2008 17:52:08 -0500 Original-Received: from [199.232.76.173] (port=51524 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5TEt-0005nJ-At for emacs-devel@gnu.org; Wed, 26 Nov 2008 17:52:07 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.242]:31792) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5TEs-00031C-O6 for emacs-devel@gnu.org; Wed, 26 Nov 2008 17:52:06 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so309411ana.21 for ; Wed, 26 Nov 2008 14:52:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1Gl7eoqdjg/k6Bv8+cYcL/b36hmEin0i195t4e/D9+g=; b=WFU3ncqifMnrYJ+4qRKoIJkAasw7igtIxsNHPi3IUqlZYzHeI2CPEGie52TNj23ayj EOfS4v1xiHQ/jmDUdbq9/7/9takBLSddoLdOXXQU53+TQqR6UOrCevHAnnf3ZJbd77V+ cD9/x+NC4Jrd3bs4ZgOx8K2EbnUd4Gi+tpJLE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=p8jyDNgH7z2rNPnkRhErrXj0QwWpr72UBZA3UxYO/KVRP9mBPIO6RRC/6nnQPXr5X7 wX3MBqBWYMtD6xufzk/BeQpGRblqqhqvILztQFf7Z1LCSt4ay8g7RZQPFPgoWLCwzG6v HYcVQKVZPwJ9dbu/ATcCpf4gVDznA4wkz7SPI= Original-Received: by 10.100.6.13 with SMTP id 13mr3193264anf.70.1227739925447; Wed, 26 Nov 2008 14:52:05 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Wed, 26 Nov 2008 14:52:05 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.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:106212 Archived-At: On Wed, Nov 26, 2008 at 21:26, Eli Zaretskii wrote: > Thanks. What confuses me is that, roughly, there's a charset in Emacs > 23 for every coding-system, and they both have almost identical names. That's true for many charsets / coding systems, but for example you have coding systems utf-8, utf16le-with-signature, utf-7, utf-16le, utf-16be, utf-16be-with-signature, utf-16, utf-8-with-signature, utf-8-auto, etc., all of which encode the Unicode charset. Juanma