Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed an issue where VS failed to build bladebit due to CJK codepage #182

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

Conversation

ChiaMineJP
Copy link

Building with VisualStudio 2022 with windows system codepage set to cp932(Japanese/SJIS) which is the default codepage for Japanese locale failed due to a bunch of C4819 warnings:
Warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss
I managed to success building by suppressing C4819 warning.

@ChiaMineJP ChiaMineJP requested a review from harold-b May 5, 2022 09:49
Base automatically changed from develop to master February 6, 2025 00:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant