Skip to content

windows: replace deprecated codecvt with fs::u8path#452

Open
kevkevinpal wants to merge 1 commit into
masterfrom
remove-deprecated-codecvt
Open

windows: replace deprecated codecvt with fs::u8path#452
kevkevinpal wants to merge 1 commit into
masterfrom
remove-deprecated-codecvt

Conversation

@kevkevinpal

Copy link
Copy Markdown
Owner

Remove std::wstring_convert/codecvt (deprecated in C++17, removed in C++26) in favor of fs::u8path().wstring() for UTF-8 to wide conversions.

Remove std::wstring_convert/codecvt (deprecated in C++17, removed in
C++26) in favor of fs::u8path().wstring() for UTF-8 to wide conversions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant