Member
Member
xebeque   27-04-2006, 17:52
#1

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.

Member
Member
xebeque   30-05-2006, 23:36
#2

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.

Developer
Developer
trisweb   31-05-2006, 20:24
#3

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.

Member
Member
hubertus   02-06-2006, 08:52
#4

Works with 1.0.3, but descriptions have to be rewritten (at least for me). Thanks for including that feature!

Member
Member
xebeque   02-06-2006, 19:34
#5

Great! That is it. Many thanx.

Junior Member
Junior Member
chrispie   23-10-2006, 15:31
#6

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.