Skip to content

Conversation

nxtn
Copy link
Contributor

@nxtn nxtn commented May 14, 2020

Contributes to dotnet/docs#11396

@dotnet-bot dotnet-bot added this to the May 2020 milestone May 14, 2020
@gewarren
Copy link
Contributor

@AaronRobinsonMSFT @jkoritzinsky Could you review this PR?

<param name="len">The byte count of the input string to copy.</param>
<summary>Allocates a managed <see cref="T:System.String" />, copies a specified number of characters from an unmanaged ANSI string into it, and widens each ANSI character to Unicode.</summary>
<returns>A managed string that holds a copy of the native ANSI string if the value of the <paramref name="ptr" /> parameter is not <see langword="null" />; otherwise, this method returns <see langword="null" />.</returns>
<summary>Allocates a managed <see cref="T:System.String" />, copies a specified number of characters from an unmanaged ANSI or UTF-8 string into it, and widens each character to Unicode.</summary>
Copy link
Member

Choose a reason for hiding this comment

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

Can we change the mention of Unicode to UTF-16? (Both mentions)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes full sense. We have a lot of "Unicode" to change in this area.

@nxtn nxtn requested a review from jkoritzinsky June 23, 2020 03:55
@gewarren gewarren merged commit 57ebe4b into dotnet:master Jun 23, 2020
@nxtn nxtn deleted the patch-1 branch June 23, 2020 23:52
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.

5 participants