hei there, i got 1.0.3 running and the german umlaute are not working. so i decided to code on my own...
here the solution:
classes.php
find:
return $this->meta['desc'];
replace it with:
return utf8_decode($this->meta['desc']);
thats it. you should replace this code 2 times.
greetz chrispie.de