![]() |
|
local tongue: german umlauts in zenphoto? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: local tongue: german umlauts in zenphoto? (/thread-468.html) |
local tongue: german umlauts in zenphoto? - xebeque - 2006-04-27 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. local tongue: german umlauts in zenphoto? - xebeque - 2006-05-30 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. local tongue: german umlauts in zenphoto? - trisweb - 2006-05-31 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. local tongue: german umlauts in zenphoto? - hubertus - 2006-06-02 Works with 1.0.3, but descriptions have to be rewritten (at least for me). Thanks for including that feature! local tongue: german umlauts in zenphoto? - xebeque - 2006-06-02 Great! That is it. Many thanx. local tongue: german umlauts in zenphoto? - chrispie - 2006-10-23 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 |