From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" 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 18:42:20 +0900 Message-ID: <87hacy6683.fsf@xemacs.org> 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; charset=utf-8 X-Trace: ger.gmane.org 1380869488 27767 80.91.229.3 (4 Oct 2013 06:51:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2013 06:51:28 +0000 (UTC) Cc: Jan =?utf-8?Q?Dj=C3=A4rv?= , Stefan Monnier , "emacs-devel@gnu.org" To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 04 08:51: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 1VRzEW-0006Mv-Lu for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 08:51:28 +0200 Original-Received: from localhost ([::1]:46608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRzEW-0002uR-9J for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 02:51:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRzEO-0002uC-4e for emacs-devel@gnu.org; Fri, 04 Oct 2013 02:51:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRzEI-0001Em-6O for emacs-devel@gnu.org; Fri, 04 Oct 2013 02:51:20 -0400 Original-Received: from mgmt1.sk.tsukuba.ac.jp ([130.158.97.223]:42790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRzEH-0001Dg-SH for emacs-devel@gnu.org; Fri, 04 Oct 2013 02:51:14 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id 90D4D3FA0A0F; Fri, 4 Oct 2013 15:51:05 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 564E01A2846; Thu, 3 Oct 2013 18:42:21 +0900 (JST) In-Reply-To: <87eh82n6by.fsf@igel.home> X-Mailer: VM undefined under 21.5 (beta34) "kale" 182d01410b8d XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.223 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:163840 Archived-At: Andreas Schwab writes: > Stefan Monnier writes: > > > 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. Sure, but the kernel VFS functions expect Unicode in UTF-8 format, and output NFD. I think that's what's relevant here, rather than what happens inside the HFS+ drivers and on the hardware.