]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ja_JP locale: Add entry for the new Japanese era [BZ #22964]
authorTAMUKI Shoichi <tamuki@linet.gr.jp>
Tue, 2 Apr 2019 07:46:55 +0000 (16:46 +0900)
committerArjun Shankar <arjun@redhat.com>
Wed, 3 Apr 2019 17:42:20 +0000 (19:42 +0200)
The Japanese era name will be changed on May 1, 2019.  The Japanese
government made a preliminary announcement on April 1, 2019.

The glibc ja_JP locale must be updated to include the new era name for
strftime's alternative year format support.

This is a minimal cherry pick of just the required locale changes.

(cherry picked from commit 466afec30896585b60c2106df7a722a86247c9f3)

ChangeLog
NEWS
localedata/locales/ja_JP

index 048ca9644c3ae6349475aecb205915d29b4b5541..3b5d24cf675bd11d0ad695859e4110e757195d93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-04-02  TAMUKI Shoichi  <tamuki@linet.gr.jp>
+
+       [BZ #22964]
+       * localedata/locales/ja_JP (LC_TIME): Add entry for the new Japanese
+       era.
+
 2019-03-02  TAMUKI Shoichi  <tamuki@linet.gr.jp>
 
        [BZ #24162]
diff --git a/NEWS b/NEWS
index 271bf7a2cd611a53d284c923d6d3cc32002baa79..703864ac753b32b011dd9fdc6c4202de2e7f26b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ using `glibc' in the "product" field.
 \f
 Version 2.29.1
 
+Major new features:
+
+* The entry for the new Japanese era has been added for ja_JP locale.
+
 The following bugs are resolved with this release:
 
   [24155] x32 memcmp can treat positive length as 0 (if sign bit in RDX is set) (CVE-2019-7309)
index 9bfbb2bb9b3c92d0bf08438ff083d119115c0d56..c64aaaff554dc344e7665f354034a621068a193d 100644 (file)
@@ -14946,7 +14946,9 @@ am_pm   "<U5348><U524D>";"<U5348><U5F8C>"
 
 t_fmt_ampm "%p%I<U6642>%M<U5206>%S<U79D2>"
 
-era    "+:2:1990//01//01:+*:<U5E73><U6210>:%EC%Ey<U5E74>";/
+era    "+:2:2020//01//01:+*:<U4EE4><U548C>:%EC%Ey<U5E74>";/
+       "+:1:2019//05//01:2019//12//31:<U4EE4><U548C>:%EC<U5143><U5E74>";/
+       "+:2:1990//01//01:2019//04//30:<U5E73><U6210>:%EC%Ey<U5E74>";/
        "+:1:1989//01//08:1989//12//31:<U5E73><U6210>:%EC<U5143><U5E74>";/
        "+:2:1927//01//01:1989//01//07:<U662D><U548C>:%EC%Ey<U5E74>";/
        "+:1:1926//12//25:1926//12//31:<U662D><U548C>:%EC<U5143><U5E74>";/