-
Notifications
You must be signed in to change notification settings - Fork 55
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
example 'kilo' does not support special characters #246
Comments
@Ryder17z I agree this is a problem I'm aware of. I worked a bit on this but still not PR for now. I imagine example are here to show what the library can do and to trigger such problem and propose some changes to the library to fix them. |
I see. The other examples support utf8, but not kilo. We'll have to fix it. Thanks @flagarde for working on it. |
@Ryder17z Could you give me more informations :
I guess you are using window$ ? |
No file open, I just hit 'å' by accident.
The issue is on win10, yes.
The error message is quoted above, with a supposed location of the issue
…On Tue, 9 May 2023, 11:38 flagarde, ***@***.***> wrote:
@Ryder17z <https://github.com/Ryder17z> Could you give me more
informations :
1. which line create the crash ?
2. Which text are you writing ?
3. You open a file or write it ?
I guess you are using window$ ?
—
Reply to this email directly, view it on GitHub
<#246 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPIOPYSXYVN64JVYLGNG3DXFIGCLANCNFSM6AAAAAAXZWELCE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Ryder17z By the way, are you using the tag 1.0.0 or the upstream version ? |
just whatever is on the master branch |
Stange this is encoded by 2 bits so it should be exclude from key value for now.. I will investigate |
"Debug Assertion Failed"
points to file "minkernel/crts/ucrt/appcrt/convert/istype.cpp" line 36
"Expression: c > = -1 && c < = 255"
Would be nice to have utf-8 support, or at least utilize the older windows component for supporting non-english characters like 'å'
The text was updated successfully, but these errors were encountered: