From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D56FB1F453 for ; Tue, 22 Jan 2019 01:39:39 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:cc:subject:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=ugTLJ 28+xzkobcq3msZvZtQygG//lIAJN+RGFYxE9+dnVxdupl/pYW+ulWCzjKYB/pC78 If1v2DWtCd1xC2/kpAp+VXLyJXLmOkLfBzIXOc664NimrnC+p+UzlwdsXZB1EZ47 Lq7WNfQ3jxK0b5qyDHEoJeemomx9cGFNhwgLi8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:cc:subject:in-reply-to :references:mime-version:content-type; s=default; bh=CkD1TCZO0jn QyQ1eS4AKfvOHDaE=; b=YJVLIx4HJa/N9aPNd78lVNRoeqgaiwaIVCo5MWgny1o yrTAMXZPeb8ZlAMREfnYXwndB98dheWPwiI3mMwMtrE/2nDSgvGKeIMeHHRDgx6b cYWkKdSuddZS1YeYUT0O0Mg6+q8Y5PeRG+8l5DECugpxuYW/tEXsdoJwqDdBpCD4 = Received: (qmail 59229 invoked by alias); 22 Jan 2019 01:39:37 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 59213 invoked by uid 89); 22 Jan 2019 01:39:36 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail.linet.jp Message-Id: <201901220138.AA04204@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Tue, 22 Jan 2019 10:38:33 +0900 To: Rafal Luzynski Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v8 1/2] strftime: Set the default width of "%Ey" to 2 [BZ #23758] In-Reply-To: <2126365724.496777.1548090192147@poczta.nazwa.pl> References: <2126365724.496777.1548090192147@poczta.nazwa.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello Rafal, From: Rafal Luzynski Subject: Re: [PATCH v8 1/2] strftime: Set the default width of "%Ey" to 2 [BZ #23758] Date: Mon, 21 Jan 2019 18:03:12 +0100 (CET) > > In Japanese locales, strftime's alternative year format (%Ey) produces > > [...] > > It is OK for me to use the plural form ("Japanese locales"). > > I don't quote the rest of your patch as it is correct IMO. > I would like to hear the final "OK" from Zack or Paul or > someone else who confirms that the documentation is correct. > I suggest to wait a while to give them a chance to reply and > to push this patch either when they say OK or when you decide > that they are unresponsive. > > Thank you for working on this. Thank you for your review. Regards, TAMUKI Shoichi