Don't bother re-encoding Latin1 characters in the ASCII range

This commit is contained in:
Sam Lantinga
2023-06-04 05:37:06 -07:00
parent 491ae20d96
commit 6150b5b3cb
3 changed files with 13 additions and 40 deletions

View File

@@ -28,7 +28,4 @@
/* Return the smallest power of 2 greater than or equal to 'x' */
extern int SDL_powerof2(int x);
/* Return whether the string is valid UTF8 */
extern SDL_bool SDL_utf8valid(const char *str, size_t bytes);
#endif /* SDL_utils_h_ */