You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is possible to make EP directly call minipal_convert_utf8_to_utf16 and minipal_convert_utf16_to_utf8 APIs without duplicating the calling code for each runtime. Currently, EP for both coreclr and mono end up calling exactly the same minipal APIs via different wrappers; PAL or giconv.
EventPipe ep_rt_utf8_to_utf16le_string and ep_rt_utf16_to_utf8_string implementation currently only supports ASCII conversions. These need to support multi-byte conversions.
This recent work looks promising in terms of leveraging common code for this purpose
The text was updated successfully, but these errors were encountered: