On Thu, Jul 6, 2017 at 11:29 PM, kdex <[email protected]> wrote: > Turns out the largest representable number is 399999, > but this might be implementation-specific.
Avoiding the more unusual characters is why CSS's roman-numeral list-numbering scheme <https://drafts.csswg.org/css-counter-styles/#lower-roman> is only defined up to 3999 - that lets us stick with ASCII. (I agree in general that this should be handled by i18n or by a userland library; there's nowhere near enough call to do this to justify it being in JS core, imo.) ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

