- From: <bugzilla@jessica.w3.org>
- Date: Thu, 10 Mar 2016 11:27:06 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29488 --- Comment #10 from Abel Braaksma <abel.braaksma@xs4all.nl> --- (In reply to Benito van der Zander from comment #9) > It says a single separator is always repeated/"extrapolated to the left", so > it seems the above should return 1,23,45,67,89 > but that looks odd That is precisely how it should work, you interpret the spec correctly there. If a user wants decimal point behavior, he should use format-number instead. (In reply to Michael Kay from comment #8) > The rule for irregular grouping separators was intended for India: > > http://www.statisticalconsultants.co.nz/blog/how-the-world-separates-its- > digits.html Wikipedia has a nice list as well: https://en.wikipedia.org/wiki/Decimal_mark#Digit_grouping. Some grouping mentioned there is not easy to express, even with the current rules. I agree that changing the rules here apparently means breaking other supported behaviors / locales. Guess that phone-number formatting, as Benito found, has to be done in a different way then (I don't see a way to express it with merely format-integer). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 10 March 2016 11:27:08 UTC