### Version 4.0.7030 ### Description It appears that console output when running locally is not displaying all characters correctly. It might be limited to ASCII. ### Steps to reproduce From a dotnet isolated app write a log with Japanese characters, IE: ``` CSharp logger.LogError("Test String: こんにちは"); ``` Console output will not be correct: 