Windmill-City
Windmill-City
Imm32 is problematic on Window10 as Microsoft has dropped support of it. It's better to use Text Service Framework instead. And there should be a way to get candidate list,...
啊这,linux和mac用户少,而且我也不熟悉它们的api,所以就没有支持咯
I am not mean to change the API, but it seems people has mis-use this API, and passes glyphs instead of byte len to this method, so I have to...
And it's more complex to find out the byte len of the utf str for every call to it, so I sugget just change the byte len to glyths for...
I noticed that the --stdC89 fails the CI in opengl3 build, can I change it to --stdC99 to fix this problem, or I change my code to adapt the C89...
https://github.com/Immediate-Mode-UI/Nuklear/blob/25b84d101dd0ec66792a5b3a02996d5cf172712f/src/nuklear_edit.c#L289 > Just for my better understanding of your use case - can you make a one-line wrapper of the existing byte-API for your users? I search for the usage...
Byte length of specific codepoint encoded in UTF-8 varies, the byte length of a 5 glyphs string may varies from 5 to 15. So you need to find out the...