From patchwork Fri Feb 8 08:41:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: TAMUKI Shoichi X-Patchwork-Id: 1038526 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-99862-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="DC1c1DRZ"; 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 43wpZd3YRgz9sML for ; Fri, 8 Feb 2019 19:42:00 +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:from:date:to:subject:mime-version :content-type; q=dns; s=default; b=X5rdBbmvEvX4iM9lXkYa1PqVdpvXh /k6fpQ+evHzwPx1yj5lygQbO8GrV78G+6WDwd1kZ5FCoWOK+UaCEnmQllIa0TEWz zM5GPtV0UkT69c9M1R181EOk52G7AQY1yOVQeydATZYgB03pHufuQJWYE1tRvuC/ Y/76AKiufMsTjE= 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:subject:mime-version :content-type; s=default; bh=OYviBfET9hxFw+NEgfBgx8xT3cw=; b=DC1 c1DRZCgIjfbyN9EccJrY6B8DYWEZaC2N6e4wdS9l3aXB25tygAKBnat+en9VIsY9 osJljsj02SUcIs+SfbjsUrc+Py2JjunZixL/kqpPdW86Hfl5q3HjLmnC284sQ6J6 ZML5IveKmgtlgaX0+rlnRrrwzyBtYiVWUVxtvobk= Received: (qmail 60283 invoked by alias); 8 Feb 2019 08:41:54 -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 60272 invoked by uid 89); 8 Feb 2019 08:41:53 -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=origin X-HELO: mail.linet.jp Message-Id: <201902080841.AA04237@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Fri, 08 Feb 2019 17:41:14 +0900 To: libc-alpha@sourceware.org Subject: [PATCH] ja_JP locale: Fix the offset in era-string for Taisho gan-nen [BZ #24162] 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 Jul 30, 1912. ChangeLog: [BZ #24162] * localedata/locales/ja_JP (LC_TIME): The offset in era-string format for Taisho gan-nen is currently defined as 2, but it should be 1. So fix it. Reviewed-by: Rafal Luzynski --- 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"