We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Visual Studio 2019 Version 16.5.3 (_MSC_VER == 1925) on Windows with Japanese system locale (code page 932), this line:
_MSC_VER == 1925
fmt/include/fmt/core.h
Line 327 in 3860edc
...gives the following warning:
warning C4566: character represented by universal-character-name '\u00B5' cannot be represented in the current code page (932)
The issue was introduced in 08ca40e.
The text was updated successfully, but these errors were encountered:
Tentatively fixed in 36ea326. Could you confirm that the warning is gone since I don't have a Windows machine at hand?
Sorry, something went wrong.
I can confirm that the warning is now suppressed. Thanks!
No branches or pull requests
Using Visual Studio 2019 Version 16.5.3 (
_MSC_VER == 1925
) on Windows with Japanese system locale (code page 932), this line:fmt/include/fmt/core.h
Line 327 in 3860edc
...gives the following warning:
The issue was introduced in 08ca40e.
The text was updated successfully, but these errors were encountered: