Skip to content

Instantly share code, notes, and snippets.

@Chocobo1
Last active June 21, 2017 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chocobo1/f44cb4c0db8ad07e908d88caabb67443 to your computer and use it in GitHub Desktop.
Save Chocobo1/f44cb4c0db8ad07e908d88caabb67443 to your computer and use it in GitHub Desktop.
How to fix MSVC warning C4819
  1. Open your file in Notepad++
  2. Ensure that you select UTF-8 from the Encoding menu
  3. Open the Find dialog (use CTRL-F or go to the Search menu and select "Find...")
  4. Under "Search Mode", select the radio button for "Regular expression"
  5. Enter [^\x00-\x7F] in the "Find what" box and hit the "Find Next" button to see what you get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment