Uh oh!
There was an error while loading. Please reload this page.
Change SString::GetUTF8NoConvert to GetUTF8 that converts the SString - #71101
Conversation
This enables SString to get out of the UTF16 state and helps move us away from "SString's natural encoding is UTF16"
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkoritzinsky
left a comment
There was a problem hiding this comment.
@jkotas same process applies for SetLiteral, correct?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jun 21, 2022
Yep |
…w convert the SString itself and in some cases it was already in UTF8) and implement PR feedback.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… with a scratch buffer.
…jkoritzinsky/runtime into sstring-getutf8
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
jkoritzinsky
commented
Jun 22, 2022
@jkotas any more feedback? |
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.