Skip to content

Support padded_string::load with std::wstring_view filename on Windows #2420

@Nelson-numerical-software

Description

Currently, the padded_string::load function accepts only std::string_view filenames, which can be limiting on Windows platforms where file paths are often represented as wide strings (std::wstring_view) to handle Unicode characters.

As a temporary solution, I’ve implemented my own wrapper function that accepts a std::wstring_view filename and internally converts. However, this adds boilerplate and feels redundant for a common use case on Windows.

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