mirror of https://github.com/fltk/fltk.git
Browse Source
The source files are all encoded by UTF-8 without BOM. This will raise warnings and errors when compiling by the MSVC with some active code pages (ACP). The file `test/ask.cxx` contains such characters with UTF-8 encoding. Adding `/utf-8` here is equivalent to specifying `/source-charset:utf-8 /execution-charset:utf-8`, and all warnings and errors are removed.pull/424/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue