PDA

View Full Version : Charset problem


Daniel Svanda
09-26-2006, 12:54 AM
Hi,
I am just install your script, translate to Czech language a set charset=WINDOWS-1250. When script read some special characters from database, then is there problem. I have problem with 3 special characters: š ž ť - It interpret like ?. With others special characters like ě, ř, ď, etc I have no problem.... This is interesting error, I realy do not understand where can be a problem. Please have a look on link of my page and try help me! http://www.kramy.cz/new/k-v-zbo/ Thank you very much!
Best regards
Rodman

Sergey Ten
09-26-2006, 01:15 AM
Hello Rodman,

May be it will help you.

*** Open your templates/Layout.php ***
*** Find 151 and 163 lines ***


$out .= "<div class=\"categ\"><a href=\"{$url}\">".htmlspecialchars($value['title'])."</a>{$crossed}{$cause}</div>";


*** Replace with ***


$out .= "<div class=\"categ\"><a href=\"{$url}\">".$value['title']."</a>{$crossed}{$cause}</div>";


*** Save change ***

Vincent Wright
09-26-2006, 04:24 AM
Hi,

you might probably want to take a look here:
http://www.esyndicat.com/forum/showthread.php?t=6386&highlight=greek

Daniel Svanda
09-26-2006, 08:33 AM
I am make a fix and it styll do not works and I have same error! Please help!
Rodman

Vincent Wright
09-26-2006, 09:20 AM
First of all, email me ftp/cpanel/dir admin credentials,

then, describe what I have to do to reproduce the error. And I will try to fix it.

Daniel Svanda
09-26-2006, 09:54 AM
OK, I am just send you all information! I hope you will help me!