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
diff --git a/flash/README b/flash/README
index 9f77dd5..47ae4ce 100644
--- a/flash/README
+++ b/flash/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 Sourcecode for the flash "infrastructure"
 Please bear in mind that these are powerful tools, don't fool with them!
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index 1f459b7..96878d2 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -7,7 +7,7 @@
  *                     \/            \/     \/    \/            \/
  * $Id$
  *
- * Copyright (C) 2005 by Jörg Hohensohn  aka [IDC]Dragon
+ * Copyright (C) 2005 by Jörg Hohensohn  aka [IDC]Dragon
  *
  * This is "Bootbox", a minimalistic loader, rescue firmware for just
  *   booting into a full features one. Aside from that it does charging
diff --git a/flash/bootloader/README b/flash/bootloader/README
index 16c27d9..47583da 100644
--- a/flash/bootloader/README
+++ b/flash/bootloader/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 This is the source code for the flash bootloader.
 It give the dual boot feature, decompresses one of two software images.
diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c
index d5ce509..e973a30 100644
--- a/flash/bootloader/bootloader.c
+++ b/flash/bootloader/bootloader.c
@@ -7,7 +7,7 @@
  *                     \/            \/     \/    \/            \/
  * $Id$
  *
- * Copyright (C) 2003 by Jörg Hohensohn
+ * Copyright (C) 2003 by Jörg Hohensohn
  *
  * Second-level bootloader, with dual-boot feature by holding F1/Menu
  * This is the image being descrambled and executed by the boot ROM.
diff --git a/flash/extract/README b/flash/extract/README
index b66443a..6f19349 100644
--- a/flash/extract/README
+++ b/flash/extract/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 This tool extracts the firmware image out of an original Archos ROM dump,
 like created with the Rockbox debug->dump feature.
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index 2a8a7b3..f5bf264 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -7,7 +7,7 @@
  *                     \/            \/     \/    \/            \/
  * $Id$
  *
- * Copyright (C) 2003 by Jörg Hohensohn 
+ * Copyright (C) 2003 by Jörg Hohensohn 
  * 
  * Tool to extract the scrambled image out of an Archos flash ROM dump
  *
diff --git a/flash/make_firmware/README b/flash/make_firmware/README
index 7110610..9bc9892 100644
--- a/flash/make_firmware/README
+++ b/flash/make_firmware/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 This tool composes a firmware file, out of:
 1. Template for the first Flash page
diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c
index 05cb332..6fbc26a 100644
--- a/flash/make_firmware/make_firmware.c
+++ b/flash/make_firmware/make_firmware.c
@@ -7,7 +7,7 @@
  *                     \/            \/     \/    \/            \/
  * $Id$
  *
- * Copyright (C) 2003 by Jörg Hohensohn 
+ * Copyright (C) 2003 by Jörg Hohensohn 
  * 
  * Autoring tool for the firmware image to be programmed into Flash ROM
  * It composes the flash content with header, bootloader and image(s)
diff --git a/flash/minimon/README b/flash/minimon/README
index b80edd9..4eca81e 100644
--- a/flash/minimon/README
+++ b/flash/minimon/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 MiniMon is the tiny but powerful-enough piece of code that can be loaded
 with the UART boot mod. 
diff --git a/flash/uart_boot/README b/flash/uart_boot/README
index edfa20c..af2b5ae 100644
--- a/flash/uart_boot/README
+++ b/flash/uart_boot/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
 
 This is the client side for MiniMon, a command line program that communicates with it.
 It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox,