Fixing a couple of issues in the Utf8Parsing/Formatting code (#23134)
commitcde76c1521ed69616e073d51fc23b36b97d19dca
authorTanner Gooding <tagoo@outlook.com>
Tue, 12 Mar 2019 21:29:38 +0000 (12 14:29 -0700)
committerMarek Safar <marek.safar@gmail.com>
Tue, 12 Mar 2019 21:42:53 +0000 (12 22:42 +0100)
treed38ce99a30f5987dadf848709b095035b9250429
parentd884bd3e123630c73ac0ab2708371c618381252d
Fixing a couple of issues in the Utf8Parsing/Formatting code (#23134)

* Fixing NumberToSingle and NumberToDouble to handle DigitsCount == 0

* Fixing Utf8Formatter.Float to transcode non ASCII bytes

* Responding to PR feedback

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Float.cs
netcore/System.Private.CoreLib/shared/System/Number.NumberToFloatingPointBits.cs
netcore/System.Private.CoreLib/shared/System/Number.Parsing.cs