mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-02 07:06:04 +02:00
stdinc: Drastically improve SDL_StepUTF8() and make it a public API.
Fixes #10105.
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
// most things you might need internally in here are public APIs, this is
|
||||
// just a few special pieces right now.
|
||||
|
||||
Uint32 SDL_StepUTF8(const char **_str, const size_t slen);
|
||||
|
||||
// this expects `from` to be a Unicode codepoint, and `to` to point to AT LEAST THREE Uint32s.
|
||||
int SDL_CaseFoldUnicode(const Uint32 from, Uint32 *to);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user