Fix encoding warnings

warning C4828: The file contains a character starting at offse
t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
mq1n
2025-08-23 09:25:53 +03:00
parent c987a9f2f1
commit bf6434a3d6
18 changed files with 1033 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
#include "stdafx.h"
<EFBFBD>#include "stdafx.h"
#include <sstream>
#include "constants.h"
#include "char.h"