From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114483: * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system Date: Thu, 03 Oct 2013 10:39:57 -0400 Message-ID: References: <65FF6AAC-E4BE-42FD-86D4-221842DDC479@swipnet.se> <87txh0qsbk.fsf@uwakimon.sk.tsukuba.ac.jp> <87eh82n6by.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1380913585 14322 80.91.229.3 (4 Oct 2013 19:06:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2013 19:06:25 +0000 (UTC) Cc: "Stephen J. Turnbull" , Jan =?windows-1252?Q?Dj?= =?windows-1252?Q?=E4rv?= , "emacs-devel@gnu.org" To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 04 21:06:30 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VSAhq-0004iu-3h for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 21:06:30 +0200 Original-Received: from localhost ([::1]:49240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSAhp-0000St-LD for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 15:06:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSAgA-0006xo-CS for emacs-devel@gnu.org; Fri, 04 Oct 2013 15:04:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSAfy-0001N1-Ls for emacs-devel@gnu.org; Fri, 04 Oct 2013 15:04:46 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSAfy-0001Mw-Hn for emacs-devel@gnu.org; Fri, 04 Oct 2013 15:04:34 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r94J4WIl007876; Fri, 4 Oct 2013 15:04:33 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 15DF4B41F4; Thu, 3 Oct 2013 10:39:58 -0400 (EDT) In-Reply-To: <87eh82n6by.fsf@igel.home> (Andreas Schwab's message of "Thu, 03 Oct 2013 09:48:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4721=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4721> : inlines <126> : streams <1050162> : uri <1555789> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163860 Archived-At: >> Good to know, thanks. I had the impression that the utf-8 coding was >> imposed at the API level rather than the filesystem level. > The HFS+ filesystem actually uses UTF-16. So, IIUC this UTF-16 is only used "on disk" but is converted to UTF-8 in the hfsplus driver so the rest of the kernel sees UTF-8 coming from HFS+ partitions. Stefan