From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48642 invoked by alias); 28 Jan 2017 20:44:31 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 48479 invoked by uid 89); 28 Jan 2017 20:44:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:sk:588cfec, H*f:sk:588cfec, H*M:google X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Jan 2017 20:44:16 +0000 Received: by mail-oi0-f53.google.com with SMTP id j15so175943033oih.2 for ; Sat, 28 Jan 2017 12:44:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:references:subject:to :user-agent; bh=jpzXxoB6VegAVEVnKV+Ez2eovzADsgE1mjXJzFKrxjM=; b=phcJEH37np7MHrnESEw2OfMH70l7HaRG5m5p6Vu7ogXn0HeXB+jfLk4IgET3bUuqpc RWe00tnU2KyC787jyUvDW6eMEE+O2SI4s9P7NqWlLsUEf2BnQ90jOucq6BRgYtwHgGoP kRkUOED7IS8+4ksCXCiXLYeWnWHFYQRC3j4rLPSHFNxUEH1VyYD19TjDuwwK/n+hGENF 8WSTk9HAIJerTioAk6OT6Yaib5jLxeyAsL5DI/GWofD2DfRHzAyUcrm6TzxK4MHUq8C3 YnUODL+jx8L/L6cciUs/2sMEONAbERkpMUccPCQhN9XW9MiH9zRf2YlF3UaFRY2wREfk Da0A== X-Gm-Message-State: AIkVDXJmuj98OuXUc/gEvIBrLuy6/a3iAe/v+obWse2d6rcRhvj0MpgnrLn6oiqeDGn7NQ== X-Received: by 10.202.72.203 with SMTP id v194mr7555960oia.32.1485636254457; Sat, 28 Jan 2017 12:44:14 -0800 (PST) Received: from tmp.GvDCgdlRgc ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id w22sm4491184otw.16.2017.01.28.12.44.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Jan 2017 12:44:14 -0800 (PST) Message-ID: <588d029e.d61d9d0a.e8cf6.7700@mx.google.com> Date: Sat, 28 Jan 2017 20:44:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny References: <588cfec4.ae1d9d0a.76683.7c48@mx.google.com> Subject: Re: [ANNOUNCEMENT] Updated: bash-4.4.12-3 To: cygwin@cygwin.com User-Agent: mailing-list.awk 1.0.0 X-SW-Source: 2017-01/txt/msg00359.txt.bz2 On Sat, 28 Jan 2017 12:27:48, Steven Penny wrote: > Bash printf cannot handle any Unicode blocks starting with "Private Use Area" > (U+E000 - U+F8FF). Note I will be skipping the surrogate blocks[1] (U+D800 - > U+DFFF) for this post, as /bin/printf does not support them either[2]: A patch was submitted back in November[1], and Chet even said thanks[2], but he never applied it. Can we pull this in as a Cygwin specific patch or something? [1] http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00039 [2] http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00046 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple