From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmVuw6kgU2NoYXJmZQ==?= Subject: Re: [PATCH nd/wildmatch] Correct Git's version of isprint and isspace Date: Tue, 13 Nov 2012 20:15:06 +0100 Message-ID: <50A29C3A.1070000@lsrfire.ath.cx> References: <507E9FDE.7080706@cs.tu-berlin.de> <1352803572-14547-1-git-send-email-pclouds@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Junio C Hamano , schnhrr@cs.tu-berlin.de To: =?UTF-8?B?Tmd1eeG7hW4gVGjDoWkgTmfhu41jIER1eQ==?= , Linus Torvalds X-From: git-owner@vger.kernel.org Tue Nov 13 20:15:27 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TYLxG-0002rx-Jk for gcvg-git-2@plane.gmane.org; Tue, 13 Nov 2012 20:15:26 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754662Ab2KMTPK convert rfc822-to-quoted-printable (ORCPT ); Tue, 13 Nov 2012 14:15:10 -0500 Received: from india601.server4you.de ([85.25.151.105]:43757 "EHLO india601.server4you.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754335Ab2KMTPJ (ORCPT ); Tue, 13 Nov 2012 14:15:09 -0500 Received: from [192.168.2.105] (p579BE299.dip.t-dialin.net [87.155.226.153]) by india601.server4you.de (Postfix) with ESMTPSA id 5979D4C0; Tue, 13 Nov 2012 20:15:07 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 In-Reply-To: <1352803572-14547-1-git-send-email-pclouds@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 13.11.2012 11:46, schrieb Nguy=E1=BB=85n Th=C3=A1i Ng=E1=BB=8Dc Duy: > Git's ispace does not include 11 and 12. [...] > According to glibc-2.14.1 on C locale on Linux, this is wrong. 11 and 12 being vertical tab (\v) and form-feed (\f). This lack goes=20 back to the introduction of git's own character classifier macros seven= =20 years ago in 4546738b (Unlocalized isspace and friends). Linus, do you remember if you left them out on purpose? Thanks, Ren=C3=A9