jimmiebergmann / mini-yaml

Single header YAML 1.0 C++11 serializer/deserializer.
MIT License
221 stars 41 forks source link

parsing unicode files Парсинг Юнікоду #15

Open Sam4uk opened 3 years ago

Sam4uk commented 3 years ago

Fixed a bug that occurs when parsing yaml files not encoded in ASCII Chart

Виправлено помилку яка виникає при парсингу файлів закодовани не ASCII коді

Sam4uk commented 3 years ago

AppVeyor build failed

Build started
git clone -q https://github.com/jimmiebergmann/mini-yaml.git C:\projects\mini-yaml
git fetch -q origin +refs/pull/15/merge:
git checkout -qf FETCH_HEAD
msbuild "C:\projects\mini-yaml\visualstudio\2017\Examples.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\projects\mini-yaml\visualstudio\2017\FirstExample.vcxproj]
Command exited with code 1