You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Change WebRemoteControlInternalUtils.cpp to use WIDECHAR [FYI] aurel.cordonnier Original CL Desc ----------------------------------------------------------------- [Backout] - CL22811007 [FYI] Justin.Marcus Original CL Desc ----------------------------------------------------------------- Fix JSON Reader UTF8 parsing. Add ability to use JSON Reader with a string view. Add explicit UTF8 smoke tests. Change uses of TJsonReader<UCS2CHAR> to TJsonReader<WIDECHAR> since TStringBuilder<UCS2CHAR> doesn't compile. Change uses of TJsonReader<char> to TJsonReader<UTF8CHAR>. There isn't much use for TJsonReader<char> as ASCII is a subset of UTF8 so TJsonReader<UTF8CHAR> is always preferable. #rb [at]Steve.Robb #preflight https://horde.devtools.epicgames.com/job/635980ead86d91ca2cfabc77 [CL 22835909 by justin marcus in ue5-main branch]