local tongue: german umlauts in zenphoto?

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

  • xebeque Member
    Let me put it different:
    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.
  • trisweb Administrator
    The version to be released today (1.0.3) adds support for the UTF-8 character set (and any other you like), which should allow display and editing of all characters like those natively.
  • Works with 1.0.3, but descriptions have to be rewritten (at least for me). Thanks for including that feature!
  • Great! That is it. Many thanx.
  • 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
Sign In or Register to comment.