Let me be brief: I'd like to have german umlauts äöü in zenphoto captions - is it possible?
Well, i already have cut'n'pasted captions from my webeditor and changed to charset=ISO-8859-15, but editing in zenphoto doesnt work.
Thanks a lot for your help.
Comments
Is there any way to automagically replace e.g. a letter like ü with "& u u m l ;" (like this forum would if i didn´t paste spaces here) while editing album descriptions?
Might be interesting for other tongues either.
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