ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"
Other
34 stars 21 forks source link

Add support for Hebrew numerals in Hebrew calendar #41

Open JCEmmons opened 10 years ago

JCEmmons commented 10 years ago

Full Hebrew calendar support requires algorithmic formatting of numbers (especially the year) into Hebrew instead of using regular digits. Will probably need to leverage RBNF data from CLDR for a generalized solution, or else write a formatter specifically for the Hebrew calendar.