mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	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:
		| @@ -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> | ||||
|  | ||||
| 	[BZ #20756] | ||||
|   | ||||
| @@ -82,7 +82,7 @@ END LC_MONETARY | ||||
|  | ||||
| LC_NUMERIC | ||||
| decimal_point        "<U002E>" | ||||
| thousands_sep        "<U2009>" | ||||
| thousands_sep        "<U202F>" | ||||
| grouping             3;3 | ||||
| END LC_NUMERIC | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user