From: Rémi Denis-Courmont Date: Wed, 1 Feb 2006 19:20:17 +0000 (+0000) Subject: More UTF8ication X-Git-Tag: 0.9.0-test0~12530 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=473fef1b4da5a1592a692193ecfde77b8dcec3dc;p=vlc More UTF8ication --- diff --git a/include/iso_lang.h b/include/iso_lang.h index ea0e4e9690..e788fcd3c0 100644 --- a/include/iso_lang.h +++ b/include/iso_lang.h @@ -4,7 +4,7 @@ * Copyright (C) 1998-2001 the VideoLAN team * $Id$ * - * Author: Stéphane Borel + * Author: Stéphane Borel * Arnaud de Bossoreille de Ribou * * This program is free software; you can redistribute it and/or modify diff --git a/include/libvlc_internal.h b/include/libvlc_internal.h index 96b0314c6f..105cc207a9 100644 --- a/include/libvlc_internal.h +++ b/include/libvlc_internal.h @@ -5,7 +5,7 @@ * Copyright (C) 2005 the VideoLAN team * $Id: control_structures.h 13752 2005-12-15 10:14:42Z oaubert $ * - * Authors: Clément Stenac + * Authors: Clément Stenac * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/modules_inner.h b/include/modules_inner.h index c796d97cfd..b13cfc18de 100644 --- a/include/modules_inner.h +++ b/include/modules_inner.h @@ -43,10 +43,10 @@ * this can't easily be done with the C preprocessor, thus a few ugly hacks. */ -/* I can't believe I need to do this to change « foo » to « "foo" » */ +/* I can't believe I need to do this to change « foo » to « "foo" » */ #define STRINGIFY( z ) UGLY_KLUDGE( z ) #define UGLY_KLUDGE( z ) #z -/* And I need to do _this_ to change « foo bar » to « module_foo_bar » ! */ +/* And I need to do _this_ to change « foo bar » to « module_foo_bar » ! */ #define CONCATENATE( y, z ) CRUDE_HACK( y, z ) #define CRUDE_HACK( y, z ) y##__##z diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index c2560740cc..01a167548b 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -4,7 +4,7 @@ * Copyright (C) 1998-2005 the VideoLAN team * $Id: vlc.h 13701 2005-12-12 17:58:56Z zorglub $ * - * Authors: Clément Stenac + * Authors: Clément Stenac * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index ac92fdf9ac..30a794bdf0 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -4,7 +4,7 @@ * Copyright (C) 2003 the VideoLAN team * $Id$ * - * Authors: Clément Stenac + * Authors: Clément Stenac * Anil Daoud * * This program is free software; you can redistribute it and/or modify diff --git a/include/vout_synchro.h b/include/vout_synchro.h index 2755478707..c86599d27d 100644 --- a/include/vout_synchro.h +++ b/include/vout_synchro.h @@ -7,7 +7,7 @@ * * Authors: Christophe Massiot * Jean-Marc Dressler - * Stéphane Borel + * Stéphane Borel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by