Sam Lantinga
Sam Lantinga
Do we have any benchmarks showing that this provides any benefit? I'd hate to add something to the API that people will start using to improve their code if it...
It's probably more efficient to use our own routines to convert between modified UTF-8 and standard UTF-8. @icculus, thoughts?
While this is technically correct, I did an audit of the call sites of these functions and none of them would have embedded nulls or characters outside the Basic Multilingual...
I haven't investigated this, but we might be able to use iconv on Android to do this for us: ```c #define JavaToUTF8(S) SDL_iconv_string("UTF-8", "JAVA", (const char *)(S), (SDL_strlen(S) + 1))...
Yep, feel free to submit PRs to improve this!
Do we know why 2.0.12 is working okay?
@Semphriss, is this expected?
@icculus, does this make sense for SDL3?
Has anyone tested this? Does anyone have an SDL rendering test case that shows how this improves things?
We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you.