Fragen zum DZCPProblem with special characters


27.10.2010, 16:40 - kalwi - Forumrang: Plappermaul - 9 Posts
Hi, it is me again. After long searches i've found out the way, how to change German special characters into Polish (in /inc/lang/languages/deutsch.php change
" $charset = 'iso-8859-1';
header("Content-type: text/html; charset=".$charset);"
to
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
and convert deutsch.php to UTF-8 format. Now on main page i have polish font, everything is correctly.
But when i change name of kategorie into f.e. from clanforum to name with polish characters it is work badly.
So my question is - which file is responding for lang in forum (and votes)