From 878524b8c4e4c813a185ec8e24829fc478c41812 Mon Sep 17 00:00:00 2001 From: Maksim Moisiuk Date: Wed, 20 May 2020 12:10:27 +0200 Subject: [PATCH] Fix compile issue due to utf-8 symbols Visual Studio throws warnings because of LQUOTE and RQUOTE values: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss --- include/cxxopts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 3dd5f52..9e65db4 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2014, 2015, 2016, 2017 Jarryd Beck