summaryrefslogtreecommitdiff
path: root/flash/extract
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /flash/extract
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
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
Diffstat (limited to 'flash/extract')
-rw-r--r--flash/extract/README2
-rw-r--r--flash/extract/extract.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/flash/extract/README b/flash/extract/README
index b66443aa34..6f1934906e 100644
--- a/flash/extract/README
+++ b/flash/extract/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This tool extracts the firmware image out of an original Archos ROM dump, 3This tool extracts the firmware image out of an original Archos ROM dump,
4like created with the Rockbox debug->dump feature. 4like created with the Rockbox debug->dump feature.
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index 2a8a7b3ec7..f5bf264067 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2003 by Jrg Hohensohn 10 * Copyright (C) 2003 by Jรถrg Hohensohn
11 * 11 *
12 * Tool to extract the scrambled image out of an Archos flash ROM dump 12 * Tool to extract the scrambled image out of an Archos flash ROM dump
13 * 13 *