Bug 24405 - New era for Japan
Summary: New era for Japan
Status: RESOLVED DUPLICATE of bug 22964
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-01 03:08 UTC by hanataka.shinya
Modified: 2019-04-02 15:52 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
new era patch for localedata ja_JP (306 bytes, patch)
2019-04-01 03:08 UTC, hanataka.shinya
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hanataka.shinya 2019-04-01 03:08:25 UTC
Created attachment 11716 [details]
new era patch for localedata ja_JP

Japanese Era will be changed May 1st 2019.
The new era was announced as a 令和 (Reiwa).


diff -ur a/localedata/locales/ja_JP b/localedata/locales/ja_JP
--- a/localedata/locales/ja_JP  2019-02-01 01:45:36.000000000 +0900
+++ b/localedata/locales/ja_JP  2019-04-01 11:57:50.312004585 +0900
@@ -14946,7 +14946,9 @@
 
 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>";/
Comment 1 Florian Weimer 2019-04-01 08:50:05 UTC
Thanks.  This is already being tracked as bug 22964.

*** This bug has been marked as a duplicate of bug 22964 ***