ok - people seem to keep thinking this is a bug. its not. so shudddup

SVN revision: 14139
This commit is contained in:
Carsten Haitzler 2005-04-11 15:43:44 +00:00
parent f07f36b661
commit 1f77cd21b7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ecore_init(void)
setlocale(LC_CTYPE, "");
if (strcmp(nl_langinfo(CODESET), "UTF-8"))
{
printf("WARNING: not a utf8 locale!\n");
// printf("WARNING: not a utf8 locale!\n");
}
#ifndef WIN32
if (getenv("ECORE_FPS_DEBUG")) _ecore_fps_debug = 1;