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

spdlog: only add '/utf-8' when not use std_format #6173

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

wsw0108
Copy link
Contributor

@wsw0108 wsw0108 commented Jan 17, 2025

No description provided.

@qudix
Copy link
Contributor

qudix commented Jan 17, 2025

I'm not too in the loop but why does the source/execution character set have to be explicitly set for spdlog in certain circumstances? star-hengxing's pr which introduced the change doesn't have any details.

@SirLynix
Copy link
Member

/utf-8 is a requirement for fmt package when unicode is enabled (default), but not for std::format.

I think we can remove /utf-8 flag from spdlog as it will automatically be inherited by fmt package as well if it's used

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.

3 participants