Searched refs:SDL_iconv_utf8_locale (Results 1 – 2 of 2) sorted by relevance
486 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1) macro
709 title_locale = SDL_iconv_utf8_locale(title); in X11_SetWindowTitle()