From c3e9229f9e63ed71287a9c3c13bec0c47cc44e19 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 10 Sep 2004 04:57:34 +0000 Subject: [PATCH] ICU-4084 The language isn't needed. X-SVN-Rev: 16292 --- icu4c/source/i18n/hebrwcal.cpp | 2 +- icu4c/source/i18n/islamcal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/hebrwcal.cpp b/icu4c/source/i18n/hebrwcal.cpp index 638f435a781..6efb41ef070 100644 --- a/icu4c/source/i18n/hebrwcal.cpp +++ b/icu4c/source/i18n/hebrwcal.cpp @@ -698,7 +698,7 @@ HebrewCalendar::initializeSystemDefaultCentury() if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury) { UErrorCode status = U_ZERO_ERROR; - HebrewCalendar calendar(Locale("he@calendar=hebrew"),status); + HebrewCalendar calendar(Locale("@calendar=hebrew"),status); if (U_SUCCESS(status)) { calendar.setTime(Calendar::getNow(), status); diff --git a/icu4c/source/i18n/islamcal.cpp b/icu4c/source/i18n/islamcal.cpp index 38016ba3abc..59c3f5ccc37 100644 --- a/icu4c/source/i18n/islamcal.cpp +++ b/icu4c/source/i18n/islamcal.cpp @@ -487,7 +487,7 @@ IslamicCalendar::initializeSystemDefaultCentury() if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury) { UErrorCode status = U_ZERO_ERROR; - IslamicCalendar calendar(Locale("ar@calendar=islamic-civil"),status); + IslamicCalendar calendar(Locale("@calendar=islamic-civil"),status); if (U_SUCCESS(status)) { calendar.setTime(Calendar::getNow(), status);