1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Maemo: assume UTF-8 codeset

This commit is contained in:
Rémi Denis-Courmont 2009-09-03 21:42:03 +03:00
parent a6388aa360
commit 029ff43364

View File

@ -41,7 +41,7 @@
# include <tchar.h>
#endif
#ifdef __APPLE__
#if defined (__APPLE__) || defined (HAVE_MAEMO)
/* Define this if the OS always use UTF-8 internally */
# define ASSUME_UTF8 1
#endif