Fix incorrect Uri.IsWellFormedUriString result when Unicode is present (dotnet/corefx...
authorMarco Rossignoli <marco.rossignoli@gmail.com>
Thu, 4 Oct 2018 19:35:26 +0000 (21:35 +0200)
committerDavid Shulman <david.shulman@microsoft.com>
Thu, 4 Oct 2018 19:35:26 +0000 (12:35 -0700)
commit6bd8b2fe49a1d4476ce877ad2323bbcc395a8bef
tree0503a2da4684243990819f5cc6abdb97fc8ef9fb
parent3b8fae6058ed0e538242da99dcbc36920e51dc82
Fix incorrect Uri.IsWellFormedUriString result when Unicode is present (dotnet/corefx#32028)

Fixes dotnet/corefx#31956

Commit migrated from https://github.com/dotnet/corefx/commit/561f555830e4eaef1fa015796690915e6f4923da
src/libraries/System.Private.Uri/src/System/Uri.cs
src/libraries/System.Private.Uri/src/System/UriExt.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/UriIsWellFormedUriStringTest.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/UriTests.cs