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 1D4D01F453 for ; Fri, 18 Jan 2019 14:01:51 +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=HkB+/ XDuntMfY5UI9mFBJIP3v1wFKZInHznUkuXCoPkFLvfRcppj51iPjej4RWdfpXJy7 2u0fTKPV5Q2+o0+mqI/OVN98W5zv583Yd38ndZiA3ZbSipIGSycIiH06LFs+WG67 5FGQnt+d67vWyNBEbdtSBoeMAmcVQ/T2Pp63zg= 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=Y+zu6GaEqaf 3w/7HFm6/xOKHgLA=; b=j0RI6I8Q2s2yomqhL11FI7OvSNCF6ScjbuLxctRLhPl 9Th1uyBfDn7GhT4QbSdFkB02GoICiVJ74sT8/gvsgXDwYRwiW/ay4/ze7WRuWCDh PHvGEByXh7NDPGNspjcs1to1+E9j2bCGktpDXtIA4Dpx+Xj/CRbsD6p+PhBAmkGs = Received: (qmail 123705 invoked by alias); 18 Jan 2019 14:01:48 -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 123692 invoked by uid 89); 18 Jan 2019 14:01:47 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail.linet.jp Message-Id: <201901181359.AA04194@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Fri, 18 Jan 2019 22:59:42 +0900 To: Zack Weinberg , Rafal Luzynski Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v6 1/2] strftime: Set the default width of "%Ey" to 2 [BZ #23758] In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello Zack, From: Zack Weinberg Subject: Re: [PATCH v6 1/2] strftime: Set the default width of "%Ey" to 2 [BZ #23758] Date: Thu, 17 Jan 2019 21:45:37 -0500 > The thing I was trying to say is that "%Ey" (in the ja_JP locale) > produces the number of a year _within_ an era. In this context, the > Japanese word I want is not the word for the _name_ of an era, but the > word for an era itself. What is that word? Hmm, I cannot think of the word for an era itself. Regards, TAMUKI Shoichi