Skip to content

Config parser requires a custom config::path class for win32. #1724

@evoskuil

Description

@evoskuil

std::filesystem::path{ std::string } treats string (or char*) as ANSI on win32. path needs to be populated from to_utf16(std::string) for proper unicode interpretation. After that it's fine.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions