[vlc-devel] commit: Maemo: assume UTF-8 codeset ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Oct 19 20:46:11 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 3 21:42:03 2009 +0300| [029ff4336457545c94d7889676ca4e0eae3d4633] | committer: Rémi Denis-Courmont
Maemo: assume UTF-8 codeset
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=029ff4336457545c94d7889676ca4e0eae3d4633
---
src/text/unicode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/text/unicode.c b/src/text/unicode.c
index 0a36671..1fa90e2 100644
--- a/src/text/unicode.c
+++ b/src/text/unicode.c
@@ -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
More information about the vlc-devel
mailing list