]> git.sesse.net Git - vlc/commitdiff
More UTF8ication
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 1 Feb 2006 19:20:17 +0000 (19:20 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 1 Feb 2006 19:20:17 +0000 (19:20 +0000)
include/iso_lang.h
include/libvlc_internal.h
include/modules_inner.h
include/vlc/libvlc.h
include/vlc_config_cat.h
include/vout_synchro.h

index ea0e4e96900f438803f7122686c2f413366d2cc6..e788fcd3c0c3a42f93484610df5e5a23e53bab27 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2001 the VideoLAN team
  * $Id$
  *
- * Author: Stéphane Borel <stef@via.ecp.fr>
+ * Author: Stéphane Borel <stef@via.ecp.fr>
  *         Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
index 96b0314c6f01abe7cc8fe2d09d198f73f9ac7a3d..105cc207a9a84368b992716d0cb0202d15f270fc 100644 (file)
@@ -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 <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *
  * 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
index c796d97cfd01d77bfdccf75ff1a580e825c851fc..b13cfc18de39fff01dcebcc4e0506308caaceedd 100644 (file)
  * 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
 
index c2560740cc7c87959299270fefce9500600eee04..01a167548b426f8993f8484891def912c56dc490 100644 (file)
@@ -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 <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *
  * 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
index ac92fdf9acf627fb6283b2143f6de8062cf1d08b..30a794bdf0705a77eb1051db2548cf5eb047405b 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
- * Authors: Clément Stenac <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *          Anil Daoud <anil@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 275547870728875ca3196175434c620907e1430d..c86599d27da9aed07bce848e522e6d04f3c8e7f6 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Jean-Marc Dressler <polux@via.ecp.fr>
- *          Stéphane Borel <stef@via.ecp.fr>
+ *          Stéphane Borel <stef@via.ecp.fr>
  *
  * 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