Compiler Warning (level 1) C4819
Visual Studio 2005
Error Message
The file contains a character that cannot be represented in the current code page (number). Save the file in Unicode format to prevent data loss.C4819 occurs when an ANSI source file is compiled on a system with a codepage that cannot represent all characters in the file.
To resolve C4819, save the file in Unicode format.