From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Witten Subject: Re: Git, Mac OS X and German special characters Date: Sat, 1 Oct 2011 23:26:44 +0000 Message-ID: References: <4E87182C.8050201@op5.se> <4E872288.10503@op5.se> <20111001194746.GA16826@inner.h.iocl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Andreas Krey , Andreas Ericsson , Albert Zeyer , Git Mailing List To: Jakub Narebski X-From: git-owner@vger.kernel.org Sun Oct 02 01:27:20 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RA8xk-0003q5-3n for gcvg-git-2@lo.gmane.org; Sun, 02 Oct 2011 01:27:20 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753230Ab1JAX1Q convert rfc822-to-quoted-printable (ORCPT ); Sat, 1 Oct 2011 19:27:16 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:36055 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218Ab1JAX1O convert rfc822-to-8bit (ORCPT ); Sat, 1 Oct 2011 19:27:14 -0400 Received: by iaqq3 with SMTP id q3so3322315iaq.19 for ; Sat, 01 Oct 2011 16:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ExSOxOw102dXHpFyExvUU1qKI7fzydYjqsfPgksix1I=; b=hpv9PimWrjENPPAtotloZ+7T5AYEEd6ciBA/9zv5MNo29GnXf+mpg7LTpcg26uZFLX x+OnLNUK2z54/ST187JdChjTtGaiWNL4HH5q2tMeQhZGDOvd6TomdDbCNonQ8wuNloHJ cFLrEbvtpcJCUcMaKiWsQrJOuKx5ZC1vv4jcA= Received: by 10.42.137.69 with SMTP id x5mr495718ict.106.1317511634240; Sat, 01 Oct 2011 16:27:14 -0700 (PDT) Received: by 10.42.171.194 with HTTP; Sat, 1 Oct 2011 16:26:44 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2011/10/1 Jakub Narebski : > Michael Witten writes: >> On Sat, Oct 1, 2011 at 19:47, Andreas Krey wrote: >> >> > The question is, should git forbid two filenames that consist >> > of the *same* characters, only differently uni-encoded? I don't >> > think anyone would make two files named 'B=C3=BCro', with differen= t >> > unicode encodings. But as far as I know that is a shady area. >> >> So, let's leave git's current behavior as the default and provide >> a config variable that when set, tells git to handle file names >> in terms of characters rather than bytes. > > You meant here _graphemes_, not Unicode codepoint when talking about > characters, didn't you? Yes.