Kaydet (Commit) 585390e2 authored tarafından Eike Rathke's avatar Eike Rathke Kaydeden (comit) Andras Timar

Introduce next Japanese gengou era 'Reiwa'

Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30

The emperor Akihito will abdicate on 2019-04-30. The next emperor
will be Naruhito, but so far neither the new era name (Heisei for
Akihito) nor its abbreviation or a Unicode character are
determined. At least introduce the new era with some dummy names
(Naruhito,Na,N).

Change-Id: I8c0af390ca0408ac259e47e7eaf2e49b5889c9ba
Reviewed-on: https://gerrit.libreoffice.org/58142Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins

Introduce next Japanese gengou era 'Reiwa'

starting from 2019-05-01, which has been announced officially.

This fills the provisional slot acknowledged at
cacbb0fa.

Change-Id: Ifb12e6afaad4c66d455f664b46ec946e80324e87
Reviewed-on: https://gerrit.libreoffice.org/70157Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
Reviewed-on: https://gerrit.libreoffice.org/70185
üst 7de7cbfe
......@@ -206,10 +206,11 @@ Calendar_hanja::loadCalendar( const OUString& /*uniqueID*/, const css::lang::Loc
}
static const Era gengou_eraArray[] = {
{1868, 1, 1, 0},
{1912, 7, 30, 0},
{1926, 12, 25, 0},
{1989, 1, 8, 0},
{1868, 1, 1, 0}, // Meiji
{1912, 7, 30, 0}, // Taisho
{1926, 12, 25, 0}, // Showa
{1989, 1, 8, 0}, // Heisei
{2019, 5, 1, 0}, // Reiwa
{0, 0, 0, 0}
};
Calendar_gengou::Calendar_gengou() : Calendar_gregorian(gengou_eraArray)
......
......@@ -480,6 +480,11 @@
<DefaultAbbrvName></DefaultAbbrvName>
<DefaultFullName>平成</DefaultFullName>
</Era>
<Era>
<EraID>Reiwa</EraID>
<DefaultAbbrvName></DefaultAbbrvName>
<DefaultFullName>令和</DefaultFullName>
</Era>
</Eras>
<StartDayOfWeek>
<DayID>sun</DayID>
......
......@@ -3380,6 +3380,9 @@ void SvNumberformat::ImpAppendEraG( OUStringBuffer& OutString,
case 4:
cEra = 'H';
break;
case 5:
cEra = 'R';
break;
default:
cEra = '?';
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment