cahuja

Results 4 issues of cahuja

Here is another potential spec bug with missing skeletons in Globalize 1.3 which is similar to #764. See the code sample below: ``` //Setup const Globalize = require('globalize'); Globalize.load( require(...

uts-35-bug

Polish (pl) for the format (yLLL) has the following issue - Given that M and L has a small distance from each other, I would expect the format to be...

uts-35-bug

I am dealing with the following example. The locale is "da", and pattern is "yMMMMEEEEd". Now, the resulting match for Globalize 1.3 is -> "EEEE d. MMMM y" The matching...

uts-35-bug

Matching to close patterns has different behavior in ICU4j and Globalize and here is an example of the difference. Consider the pattern "yyMD" in locale "en-SG" As per CLDR data,...

uts-35-bug