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

MSVC warning C4566 #1625

Closed
erengy opened this issue Apr 9, 2020 · 2 comments
Closed

MSVC warning C4566 #1625

erengy opened this issue Apr 9, 2020 · 2 comments

Comments

@erengy
Copy link
Contributor

erengy commented Apr 9, 2020

Using Visual Studio 2019 Version 16.5.3 (_MSC_VER == 1925) on Windows with Japanese system locale (code page 932), this line:

constexpr unsigned char micro[] = "\u00B5";

...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.

@vitaut
Copy link
Contributor

vitaut commented Apr 10, 2020

Tentatively fixed in 36ea326. Could you confirm that the warning is gone since I don't have a Windows machine at hand?

@erengy
Copy link
Contributor Author

erengy commented Apr 10, 2020

I can confirm that the warning is now suppressed. Thanks!

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

No branches or pull requests

2 participants