[Bug localedata/25233] Consider . as the thousands separator for sl_SI (Slovenian)

digitalfreak at lingonborough dot com sourceware-bugzilla@sourceware.org
Fri Jan 3 11:31:00 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=25233

Rafal Luzynski <digitalfreak at lingonborough dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |digitalfreak@lingonborough.
                   |                            |com

--- Comment #1 from Rafal Luzynski <digitalfreak at lingonborough dot com> ---
This is correct according to CLDR [1] as well.  The patch is here: [2]

Some remarks:

* The old thousands separator is not a regular space (<U0020>), it's a <U202F>
character, narrow no-break space, which indeed may be displayed as a space if a
constant width font is used.
* This patch fixes both LC_MONETARY (monetary formatting, strfmon) and
LC_NUMERIC (non-monetary numeric formatting, sprintf and other functions of the
family).
* Note that in LC_NUMERIC section of sl_SI grouping is set to "0;0" which means
that no thousands grouping will be used, at least by the libraries which
respect this setting.

[1] https://st.unicode.org/cldr-apps/v#/sl/Symbols/
[2] https://sourceware.org/ml/libc-alpha/2020-01/msg00042.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libc-locales mailing list