On 14/05/2021 21:54, Utkarsh Singh wrote:
On 2021-05-13, 00:08 +0700, Maxim Nikulin wrote:

Comma is decimal separator for es_ES, de_DE, ru_RU, etc. The point is
that order in which separator candidates are tried should depend on
active locale.

I am willing to work on this problem but before this can you identify
any other locale with similar problem or a resource from where I can
information's about locale.

I do not think list of locales should be hard coded. I am not familiar with elisp enough to tell you if locale properties such as decimal separator are exposed through some function. I expect, it is quite probable. As a last measure, some number, e.g. 0.5 or 1.5 could be formatted using a locale-aware function and result string could be checked if it contains ",".



Reply via email to