Skip to content

Console encoding might be limited to ASCII? #4429

Open
@jviau

Description

@jviau

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:

logger.LogError("Test String: こんにちは");

Console output will not be correct:

Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions