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/docs/TECH b/docs/TECH
index ded9a7a..d53943a 100644
--- a/docs/TECH
+++ b/docs/TECH
@@ -6,7 +6,7 @@
[Most, if not all, of this document is completely outdated. You should rather
hunt down this info in the Rockbox wiki or source code!]
- Björn Stenberg started this venture back in the late year 2001. The first
+ Björn Stenberg started this venture back in the late year 2001. The first
Rockbox code was committed to CVS end of March 2002. Rockbox 1.0 was
released in June.
@@ -54,7 +54,7 @@
The DEMAND signal is connected to a port pin on the CPU which can generate
an IRQ, but only on the falling edge. That means that the mpeg driver code
- must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code
+ must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code
does use the IRQ to detect the falling edge when the MAS is "full".
Unfortunately, the serial port on the CPU sends the LSB first, and the MAS