-
Notifications
You must be signed in to change notification settings - Fork 28
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
windows-app crashes with cyrillic directories on a screen in file-manager #13
Comments
it's a crt locale problem. working on it. which version of windows are you using? |
mingw or msvc build? |
win7 max msvc version |
setlocale(LC_ALL,".UTF8"); in main.c can fix this on win10. |
@ant-tv did you manage to make it work? If there are any deeper issues, chances are it has something to do with Nuklear in which case don't hesitate and report in our Nuklear issue tracker 😉. |
Not tested so far
Maybe later
…-------- Исходное сообщение --------
В 17 дек. 2021 г., 11:42, dumblob написано:
***@***.***(https://github.com/ant-tv) did you manage to make it work?
If there are any deeper issues, chances are it has something to do with Nuklear in which case don't hesitate and report in our [Nuklear issue tracker](https://github.com/Immediate-Mode-UI/Nuklear/issues) 😉.
—
Reply to this email directly, [view it on GitHub](#13 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AJCWLNM3JMLNBKP2DZLFLLTURLZWDANCNFSM5IVMGYUA).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Tried to open test file on window. The file located in a directory with cyrillic symbols in the address. So when I browse to the file location the app freezes and crashes
The text was updated successfully, but these errors were encountered: