From 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 5 May 2008 10:32:46 +0000 Subject: Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/liba52/AUTHORS | 2 +- apps/codecs/libfaad/syntax.c | 4 ++-- apps/codecs/vorbis.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/liba52/AUTHORS b/apps/codecs/liba52/AUTHORS index b9ded1b..a6bd695 100644 --- a/apps/codecs/liba52/AUTHORS +++ b/apps/codecs/liba52/AUTHORS @@ -9,7 +9,7 @@ Other contributors include: Billy Biggs - most of liba52.txt Jeroen Dobbelaere - fixed point version Eduard Hasenleithner - gcc 3.0 fixes - Håkan Hjort - Solaris output, mlib code + HÃ¥kan Hjort - Solaris output, mlib code Charles M. Hannum - fixes Chris Hodges - made the library reentrant Michael Holzt - OSS output.c and misc errata diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c index 77a2e88..595f69f 100644 --- a/apps/codecs/libfaad/syntax.c +++ b/apps/codecs/libfaad/syntax.c @@ -2065,11 +2065,11 @@ static uint16_t extension_payload(bitfile *ld, drc_info *drc, uint16_t count) return n; case EXT_FILL_DATA: /* fill_nibble = */ faad_getbits(ld, 4 - DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ + DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ for (i = 0; i < count-1; i++) { /* fill_byte[i] = */ faad_getbits(ld, 8 - DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ + DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ } return count; case EXT_DATA_ELEMENT: diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index 2f7a4f4..ad53ecd 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 Björn Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. -- cgit v1.1