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

Rafaël Carré rafael.carre at gmail.com
Sat Oct 3 20:05:56 CEST 2009


Le 03/10/2009 19:52, Rémi Denis-Courmont a écrit :
> ---
>  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 */

You can clean this up with a --enable-n900 or --platform=n900 and

#ifdef PLATFORM_N900
#define ASSUME_UTF8 1
#endif

Another idea is to add this to config.h, from configure.ac

-- 
Rafaël Carré

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091003/c2df0a6a/attachment.sig>


More information about the vlc-devel mailing list