EventPipe [ep_rt_utf8_to_utf16le_string](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1380) and [ep_rt_utf16_to_utf8_string](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1448) implementation currently only supports ASCII conversions. These need to support multi-byte conversions. This recent [work ](https://github.com/dotnet/runtime/pull/85558/)looks promising in terms of leveraging common code for this purpose