Initialize number separators in stubbed out globalization
authorJan Kotas <jkotas@microsoft.com>
Sun, 22 Mar 2015 00:41:36 +0000 (17:41 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 22 Mar 2015 00:41:36 +0000 (17:41 -0700)
src/mscorlib/corefx/System/Globalization/CultureData.Unix.cs

index bd2cb05..b191af3 100644 (file)
@@ -49,6 +49,8 @@ namespace System.Globalization
             sName = "";
             bNeutral = false;
             sNegativeSign = "-";
+            sThousandSeparator = ",";
+            sDecimalSeparator = ".";
 
             return true;
         }