[vlc-devel] [PATCH 05/23] Maemo: assume UTF-8 codeset

Rémi Denis-Courmont remi at remlab.net
Sat Oct 3 19:52:12 CEST 2009


---
 src/text/unicode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/text/unicode.c b/src/text/unicode.c
index 0a36671..3531226 100644
--- a/src/text/unicode.c
+++ b/src/text/unicode.c
@@ -45,6 +45,7 @@
 /* Define this if the OS always use UTF-8 internally */
 # define ASSUME_UTF8 1
 #endif
+#define ASSUME_UTF8 1
 
 #if defined (ASSUME_UTF8)
 /* Cool */
-- 
1.6.4.3




More information about the vlc-devel mailing list