[alreq] Which set of digits should be used for Pashto?

ebraminio has just created a new issue for https://github.com/w3c/alreq:

== Which set of digits should be used for Pashto? ==
While explaining different Arabic script languages digits set [here](https://github.com/tesseract-ocr/langdata/issues/72#issuecomment-320902454), I find out `(123456.789).toLocaleString('ps')` gives "۱۲۳٬۴۵۶٫۷۸۹" on Firefox and Safari but "123,456.789" on Chrome and [MediaWiki](https://ps.wikipedia.org/wiki/Special:Statistics) seems agree on Chrome decision.

Considering Pashto language is used with Persian on Afghanistan, if Chrome is right about Afghanistan set of digits, `(123456.789).toLocaleString('fa-af')` should give same result with Pashto on Chrome but it returns same result with Persian.

So which set of digits is used on Afghanistan and which set of mentioned software should be fixed? And can this issue be settled down first on alreq, somehow, so it would help referencing it later on bug trackers?

Please view or discuss this issue at https://github.com/w3c/alreq/issues/136 using your GitHub account

Received on Thursday, 10 August 2017 20:17:57 UTC