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

messagebox icon doesn't appear when path has unicode characters #630

Open
iscsi opened this issue Aug 11, 2021 · 0 comments
Open

messagebox icon doesn't appear when path has unicode characters #630

iscsi opened this issue Aug 11, 2021 · 0 comments

Comments

@iscsi
Copy link

iscsi commented Aug 11, 2021

The icon doesn't apper when I want to retrieve the icon from an execuatble which has unicode characters in the path. I tried with Windows 10 Pro, english version. I 've put the executable under the d:/α folder, and tried with 32 and 64 bit library. It seems the icon information has been retrieved correctly, so actually it sends the icon information in the native_window_interface.cpp native_interface::window_icon :

::SendMessage(reinterpret_cast(wd), WM_SETICON, ICON_SMALL, reinterpret_cast(sml_handle));

Called correctly, but the icon not appear on the messagebox. I've tried with local emulator it seems its working with that.

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

1 participant