AlienCowEatCake / ImageViewer

Simple, cross-platform image viewer
GNU General Public License v3.0
32 stars 4 forks source link

Replace … with QChar(code 0x2026) to fix error C2001 and C2143 when building with msvc2019 #15

Closed nonwill closed 4 months ago

nonwill commented 4 months ago

It should be caused by the current Code Page(当前代码页) which is not compatible with encoding(utf-8) of the source file. 2024-06-19_234121 Alternatively, specifying Code Page for msvc toolchain at compile time may be another way to fix the issue.