[Github-comments] [geany/geany] Geany crashes when opening many files at once (Issue #3209)

Robert Di Pardo notifications at github.com
Sat May 28 05:21:29 UTC 2022


> I'm wondering about the Chinese characters you mentioned.

Those could be ANSI file paths being rendered as multi-byte streams; forcefully casting a `char *` to a wide string produces that effect:

![CreateWindowW-ANSI-caption](https://user-images.githubusercontent.com/59004801/170811171-e4abae5f-6eac-43f7-8207-70f9f168a48a.png)

@ShoresOfNowhere, have you checked whether Unicode encoding has been [activated][0] on your PC?

1. Press <kbd>⊞</kbd> (Windows key) + <kbd>R</kbd>
2. Enter `intl.cpl`
3. Click the "Administrative" tab
4. Click "Change system locale..."
5. Look for "Beta: Use Unicode UTF-8 for worldwide language support"

![](https://bitbucket-assetroot.s3.amazonaws.com/repository/6749gaq/197631860-sys_locale_to_utf8_web.jpg?AWSAccessKeyId=AKIA6KOSE3BNA7WTAGHW&Expires=1653715846&Signature=9exWhzAsv2ppXUGS7rvbXNZ6pYg%3D)


[0]: https://docs.microsoft.com/en-us/answers/questions/587680/where-can-i-find-34beta-use-unicode-utf-8-for-worl.html


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3209#issuecomment-1140177225
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3209/1140177225 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220527/3a844366/attachment.htm>


More information about the Github-comments mailing list