[Bug 29488] [QT3] format-integer-030

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29488

--- Comment #6 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
(In reply to Josh Spiegel from comment #5)
> I don't think the grouping separator is intended to be used like this.  e.g.
> you wouldn't want this:
>  
>   format-integer(123456, '###,000,000') ==> ",123,456"

That's why I suggested to only do it for non-repetitive grouping separators.
The above example is repetitive according to the format-integer rules.

To make the non-repetitive there must be more than one and their positions must
not be multiples of each other, counting from the right, and they must not be
different.

That may leave room for improvement. But whether the WG would want to do that I
don't know, it's a fairly small, albeit somewhat common, use-case.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 9 March 2016 16:35:34 UTC