Gabriel Corona 266d50c811 Use the C locale for non-Windows CharArrayFromFormatV() and StringFromFormat()
The Windows implementations of CharArrayFromFormatV() and
StringFromFormat() use the "C"/".1252" locale instead of the user
locale (using _vsnprintf_l). On non-Windows, the user locale was used.

This leads to bugs on non-Windows: the Overclock parameter was
serialised with the user locale ("0,279322" in some locale) and was
interpreted back as "0" (because the C locale is used for parsing the
string).

Make non-Windows CharArrayFromFormatV() and StringFromFormat()
consistent with their Windows counterpart.

The locale code is not enables for Android:: uselocale is only
available since API 21 and API 21 only supports C and C.UTF-8.
2015-02-04 17:49:22 +01:00
..
2015-01-12 15:18:18 -05:00
2015-01-12 15:18:18 -05:00
2014-08-30 18:06:35 -04:00
2014-10-28 12:22:30 -07:00
2014-11-21 18:36:49 -05:00
2015-01-12 15:18:18 -05:00
2015-01-12 15:18:18 -05:00
2015-01-12 15:18:18 -05:00
2014-07-11 16:10:20 +02:00
2014-03-09 21:14:26 +01:00
2015-01-12 15:18:18 -05:00
2015-01-29 01:55:20 -06:00
2015-01-29 01:55:20 -06:00
2014-12-01 11:47:37 -06:00
2014-03-07 21:40:59 +13:00
2014-06-22 20:04:46 +02:00
2014-06-22 20:04:46 +02:00
2014-12-03 22:01:12 -06:00
2014-12-03 00:50:41 +01:00
2014-03-14 13:51:23 -04:00
2015-01-12 15:18:18 -05:00
2014-12-03 00:50:41 +01:00
2014-12-03 00:50:41 +01:00
2014-10-25 16:57:25 -04:00