mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-13 14:58:14 +00:00
Don't bother re-encoding Latin1 characters in the ASCII range
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user