ZenphotoCMS Forum
Danish characters - 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: Danish characters (/thread-1062.html)



Danish characters - rothenborg - 2007-01-11

I’ am trying to use Danish characters in the title of my website, but it wouldn’t really work.

I have tried to use the HTML command &oslash ; to insert a Ø, but then it just show the command in the title – anybody knows a way to fix this?

Best regards,

Simon Rothenborg




Danish characters - rothenborg - 2007-01-11

Never mind had it working - just changed the line

  • $conf['charset'] = UTF-8; to

  • $conf['charset'] = 'iso-8859-1';

in the zp-config.php file – if anyone should have an interest in knowing