unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.34k stars 174 forks source link

Julian Revised #5086

Open Blash20 opened 3 months ago

Blash20 commented 3 months ago

Would it be useful to add the "Revised Julian Calendar" to calendrical_calculations and calendar? The calendar has been in use by some Orthodox churches since the 1920s. If so, I am interested in doing so.

sffc commented 2 months ago

CC @Manishearth

In general yes, we're happy to accept additional calendar contributions!

Manishearth commented 2 months ago

Not opposed. An important question to answer is whether Julian and RevisedJulian should be a part of AnyCalendar. I think for now we can leave them out and add them as CLDR gets support, but I'm open to being convinced to add them.

(I'm worried about clients who are doing datetime formatting needing to carry around extra code because AnyCalendar supports unformattable calendars)