bladebit icon indicating copy to clipboard operation
bladebit copied to clipboard

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

Open ChiaMineJP opened this issue 3 years ago • 0 comments

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 avatar May 05 '22 09:05 ChiaMineJP