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

cmake: force MSVC compiler charset to utf-8 #9989

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shou692199
Copy link
Contributor

This commit is to prevent tests\test-grammar-integration.cpp(483,13): error C2001: newline in constant showing up in non-UTF8 windows system while using MSVC.

This commit is to prevent `tests\test-grammar-integration.cpp(483,13): error C2001: newline in constant` showing up in non-UTF8 windows system while using MSVC.
@github-actions github-actions bot added the build Compilation issues label Oct 21, 2024
msvc is for windows only, so no needs to check os type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Compilation issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant