microsoft/ChakraCore-Debugger

Handle UTF-8 messages

kfarnung opened this issue · 0 comments

Currently the code only supports ASCII for input/output, we need to convert the UTF-8 wire protocol to UTF-16 for further processing.

https://github.com/Microsoft/ChakraCore-Debugger/blob/411521bff3119ce09712e92021bf22252df588a3/lib/Debugger.Protocol/String16.cpp#L124-L144