Results 1 issues of zel1b08a

# According to [#4271](https://github.com/nlohmann/json/issues/4271). `std::filesystem::path::string` method uses system-dependent native format. `String` type is always `UTF8` format, by the json docs. So we force encoding to be `UTF8`.

S