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

In Exiv 0.27.6 there was an overload of ImageFactory::open taking std::wstring and it's gone in 0.28.0 #2799

Closed
gh-andre opened this issue Oct 19, 2023 Discussed in #2795 · 1 comment

Comments

@gh-andre
Copy link

Discussed in #2795

I was able to open any file on Windows in 0.27.6, such as hello_🌎.jpg and in 0.28.0 all of the methods for UTF-16 paths are gone, removed in commit 7933ff4. This change makes Exiv2 usable on Windows only for Win-1252 characters, which is what fopen operates on. In order to open files with UTF-16 paths and names, one needs to use _wfopen. Can this change be reverted by any chance? If not, is there any replacement functionality planned? It is a pretty significant regression.

Thank you

@kmilos
Copy link
Collaborator

kmilos commented Oct 19, 2023

Duplicate of #2637 @piponazo

Please search before opening new issues.

@kmilos kmilos closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants