From patchwork Sat Mar 2 12:25:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: TAMUKI Shoichi X-Patchwork-Id: 1050604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-100376-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linet.gr.jp Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="YXw0VhOB"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 44BQWD5BvMz9s4Y for ; Sat, 2 Mar 2019 23:26:15 +1100 (AEDT) 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:date:to:subject:from:mime-version :content-type; q=dns; s=default; b=cbSeRi6513ql8ZXQcdvngx9GrfhzW h03R9Ra6ZdTy65p6wqpu1oI178QQCIjIgk/5N/HsrOIAkeW+HSyGw7L9kBTY1iYU 5wBg883zkai/2h9qPIpXcZqe74LUHVP708t3Zl37cTb9U+Ts8e1j4Fu9at61iMzY xjScWAYDjNeaNk= 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:date:to:subject:from:mime-version :content-type; s=default; bh=wg1Mn0yDfMdBpL6Awmb5To5AshY=; b=YXw 0VhOBOsEYHMR8qDhIlO2TbeXm/5SgOcId/Dm5rIaUPUMul5QGeP6Obnz7krXbgr/ 5M0m0a2j9qR5XRr608+cih70vG5L3fUUhz1om5LdYiDxI/4GwLdVwuSniw0YJ4kY JJxnL6hqwXEIhmpAj8j6OlB5wotW4J+clhF85AB4= Received: (qmail 113983 invoked by alias); 2 Mar 2019 12:26:09 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 113962 invoked by uid 89); 2 Mar 2019 12:26:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*Ad:D*jp, H*x:Version X-HELO: mail.linet.jp Message-Id: <201903021225.AA04262@tamuki.linet.gr.jp> Date: Sat, 02 Mar 2019 21:25:52 +0900 To: libc-alpha@sourceware.org Subject: [COMMITTED] ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162] From: TAMUKI Shoichi MIME-Version: 1.0 The offset in era-string format for Taisho gan-nen (1912) is currently defined as 2, but it should be 1. So fix it. "Gan-nen" means the 1st (origin) year, Taisho started on July 30, 1912. Reported-by: Morimitsu, Junji Reviewed-by: Rafal Luzynski ChangeLog: [BZ #24162] * localedata/locales/ja_JP (LC_TIME): Change the offset for Taisho gan-nen from 2 to 1. Problem reported by Morimitsu, Junji. --- localedata/locales/ja_JP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 1fd2fee..9bfbb2b 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -14951,7 +14951,7 @@ era "+:2:1990//01//01:+*::%EC%Ey";/ "+:2:1927//01//01:1989//01//07::%EC%Ey";/ "+:1:1926//12//25:1926//12//31::%EC";/ "+:2:1913//01//01:1926//12//24::%EC%Ey";/ - "+:2:1912//07//30:1912//12//31::%EC";/ + "+:1:1912//07//30:1912//12//31::%EC";/ "+:6:1873//01//01:1912//07//29::%EC%Ey";/ "+:1:0001//01//01:1872//12//31::%EC%Ey";/ "+:1:-0001//12//31:-*::%EC%Ey"