bit7z icon indicating copy to clipboard operation
bit7z copied to clipboard

[Feature Request]: Is "tstring_to_path" forgotten here?

Open singlebear opened this issue 11 months ago • 1 comments

Feature description

image I need to convert character encoding from native to UTF8. But I found that the input parameters std::map and std::vector behave differently. When examining the source code, it is found that std::vector does not handle "tstring_to_path". Is that what it's supposed to be?

Additional context

No response

Code of Conduct

singlebear avatar Mar 26 '24 02:03 singlebear

Hi!

Is that what it's supposed to be?

Uhm no, there's definitely a missing tstring_to_path call there, nice catch!

I just pushed a commit (2d3afb70b28c0d566f7ce2354a752bd5d94f5b73) to the new branch hotfix/v4.0.7 that fixes it. The next patch version will contain the fix. Thank you for reporting this issue. 🙏

rikyoz avatar Mar 26 '24 21:03 rikyoz