]> git.sesse.net Git - vlc/commitdiff
Latin-1 -> UTF-8
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 24 Nov 2009 21:04:34 +0000 (23:04 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 24 Nov 2009 21:06:43 +0000 (23:06 +0200)
compat/strtok_r.c
modules/demux/ogg.c

index b1968c7e35936f8a4e748797d4251c921a5a96c5..31141673fd3437dedc5a38bb29ab49e8f9fa5ef2 100755 (executable)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * strtok_r.c: POSIX strtok_r() replacement
  *****************************************************************************
- * Copyright © 1998-2009 the VideoLAN project
+ * Copyright Â© 1998-2009 the VideoLAN project
  *
  * 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 2c628f1dea62dc208b06b4f98eb77d705172eaa4..c41c962756b8ef227e1e6b95c88dba79536595c9 100644 (file)
@@ -1555,7 +1555,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
 
     switch( i_codec )
     {
-    /* 3 headers with the 2° one being the comments */
+    /* 3 headers with the 2° one being the comments */
     case VLC_CODEC_VORBIS:
         Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 1+6, false );
         break;
@@ -1566,7 +1566,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
         Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 0, false );
         break;
 
-    /* N headers with the 2° one being the comments */
+    /* N headers with the 2° one being the comments */
     case VLC_CODEC_KATE:
         /* 1 byte for header type, 7 bit for magic, 1 reserved zero byte */
         Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 1+7+1, true );