Skip to content

Use std::filesysytem to remove deprecated std::codecvt_utf8_utf16 #111

@yusuke-tokuyoshi

Description

@yusuke-tokuyoshi

std::codecvt_utf8_utf16, that was deprecated due to security reasons, is used in utf8_to_wstring.

inline std::wstring utf8_to_wstring( const std::string& str )

If utf8_to_wstring is used only for paths, we can replace these path types with std::filesystem that handles character encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions