Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wide character formatting and output support to console in wincolor_sink. #3092

Merged
merged 1 commit into from
May 21, 2024

Conversation

DominikGrabiec
Copy link
Contributor

@DominikGrabiec DominikGrabiec commented May 21, 2024

Fixes printing of unicode characters to the windows console such as microsecond suffix for std::chrono types.

This is a proper implementation of #3013 as discussed in that issue. I had to open a new pull request because of some automated stuff Github did.

Please let me know if there's anything else I need to do.

For the v2 branch it might be useful to have a wchar_t output option for all Windows loggers as sometimes things like Visual Studio assume a certain encoding even in files.

Fixes printing of unicode characters to the windows console such as microsecond suffix for std::chrono types.
@gabime gabime merged commit c3aed4b into gabime:v1.x May 21, 2024
8 checks passed
@gabime
Copy link
Owner

gabime commented May 21, 2024

Thanks @DominikGrabiec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants