Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change SString::GetUTF8NoConvert to GetUTF8 that converts the SString #71101

Merged
merged 8 commits into from
Jun 23, 2022

Conversation

jkoritzinsky
Copy link
Member

This enables SString to get out of the UTF16 state and helps move us away from "SString's natural encoding is UTF16".

This is the first of multiple PRs based on work in #69748.

This enables SString to get out of the UTF16 state and helps move us away from "SString's natural encoding is UTF16"
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thank you!

src/coreclr/vm/gdbjit.cpp Outdated Show resolved Hide resolved
Copy link
Member Author

@jkoritzinsky jkoritzinsky left a comment

Choose a reason for hiding this comment

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

@jkotas same process applies for SetLiteral, correct?

src/coreclr/vm/coreassemblyspec.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/assemblynative.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/stubgen.cpp Outdated Show resolved Hide resolved
@jkotas
Copy link
Member

jkotas commented Jun 21, 2022

@jkotas same process applies for SetLiteral, correct?

Yep

…w convert the SString itself and in some cases it was already in UTF8) and implement PR feedback.
src/coreclr/utilcode/sstring.cpp Outdated Show resolved Hide resolved
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
src/coreclr/vm/assemblynative.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/assemblynative.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/assemblynative.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/coreassemblyspec.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/coreassemblyspec.cpp Outdated Show resolved Hide resolved
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@jkoritzinsky
Copy link
Member Author

@jkotas any more feedback?

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

@jkotas jkotas merged commit d17741d into dotnet:main Jun 23, 2022
@jkoritzinsky jkoritzinsky deleted the sstring-getutf8 branch June 23, 2022 01:06
@ghost ghost locked as resolved and limited conversation to collaborators Jul 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants