mirror of git://sourceware.org/git/glibc.git
Use U+202F instead of U+2009 as thousands_sep for es_MX
See also [BZ #20756]. U+202F NARROW NO-BREAK SPACE: a narrow form of a no-break space, typically the width of a thin space or a mid space. U+2009 THIN SPACE.
This commit is contained in:
parent
70a6707fa1
commit
d68b451903
|
@ -1,3 +1,7 @@
|
||||||
|
2017-08-12 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
|
* locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator.
|
||||||
|
|
||||||
2017-08-12 Stanislav Brabec <sbrabec@suse.cz>
|
2017-08-12 Stanislav Brabec <sbrabec@suse.cz>
|
||||||
|
|
||||||
[BZ #20756]
|
[BZ #20756]
|
||||||
|
|
|
@ -82,7 +82,7 @@ END LC_MONETARY
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
decimal_point "<U002E>"
|
decimal_point "<U002E>"
|
||||||
thousands_sep "<U2009>"
|
thousands_sep "<U202F>"
|
||||||
grouping 3;3
|
grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue