Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Aug 17, 2020

@gewarren gewarren requested a review from a team as a code owner August 17, 2020 22:22
@dotnet-bot dotnet-bot added this to the August 2020 milestone Aug 17, 2020
@gewarren gewarren requested a review from MihaZupan August 17, 2020 22:36
Copy link
Member

@MihaZupan MihaZupan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description LGTM, thanks!

Consider the output of the following code when run on Unix.

```csharp
Uri myuri = new Uri("/üri");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure if this file will need the BOM character at its beginning or not, since it contains non-ascii (ü).

cc: @sharwell

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

You can :shipit: when ready.

gewarren and others added 2 commits August 20, 2020 09:35
…-correctly.md

Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
```csharp
var myUri = new Uri("/üri");

Console.WriteLine(myuri.AbsoluteUri);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gewarren I updated the casing with my suggestion and forgot to do it here and next line.

@gewarren gewarren merged commit 2d6c6b2 into dotnet:master Aug 20, 2020
@gewarren gewarren deleted the uri branch August 20, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uri paths with non-Ascii chars on Unix changed in 5.0

5 participants