From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Singer Subject: Re: non-US-ASCII file names (e.g. Hiragana) on Windows Date: Tue, 01 Dec 2009 10:04:32 +0100 Message-ID: <4B14DC20.6040808@syntevo.com> References: <4B1168D4.5010902@syntevo.com> <200911282100.23000.j6t@kdbg.org> <4B14DA78.70906@syntevo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Johannes Sixt X-From: git-owner@vger.kernel.org Tue Dec 01 10:04:14 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFOec-0005dH-6r for gcvg-git-2@lo.gmane.org; Tue, 01 Dec 2009 10:04:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753571AbZLAJEB (ORCPT ); Tue, 1 Dec 2009 04:04:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753283AbZLAJEA (ORCPT ); Tue, 1 Dec 2009 04:04:00 -0500 Received: from syntevo.com ([85.214.39.145]:54308 "EHLO syntevo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753113AbZLAJEA (ORCPT ); Tue, 1 Dec 2009 04:04:00 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) with ESMTP id A648137C7B0 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <4B14DA78.70906@syntevo.com> X-Enigmail-Version: 0.96.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Thomas Singer wrote: > Johannes Sixt wrote: >> You can switch your Windows to Japanese (not the UI, just the codepage >> aka "locale"; yes, that's possible, I have such a setup), but even then the >> characters of the file name will be recorded in Shift-JIS encoding, not UTF-8 >> or Unicode. When you later switch back to German, these bytes will be >> interpreted as cp850 or cp1252 text and displayed accordingly. > > Who is interpreting the file names? Windows or Git or Java? To be more precise: Who is interpreting the bytes in the file names as characters? Windows, Git or Java? -- Tom