Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
singlebear opened this issue Mar 26, 2024 · 1 comment
Closed
1 task done

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

singlebear opened this issue Mar 26, 2024 · 1 comment
Assignees

Comments

@singlebear
Copy link

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

@rikyoz
Copy link
Owner

rikyoz commented Mar 26, 2024

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 (2d3afb7) 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 rikyoz closed this as completed in 2d3afb7 May 16, 2024
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

No branches or pull requests

2 participants