| Code:
|
|
http://127.0.0.1/11teza/modules.php?op=modload&name=News&file=article&sid=2
|
As you can see 'Story text' and Extended text' is displayed like it should be, and in database all this three 'strings' of Croatian letters ('š đ č ć ž') are equally. but, here there are not represented like they need to be (equally). 'Title' is not well displayed because News (this is my assumption) module write wrong output (if you look in source of that html page):
| Code:
|
|
<a class="pn-title" href="modules.php?op=modload&name=News&file=article&sid=2&mode=thread&order=0&thold=0">&#353; &#273; &#269; &#263; &#382;</a>
|
instead of writing all that html (output) code without '&', just '&' char will be enough because then everything will be all right.
| Code:
|
|
http://127.0.0.1/11teza/admin.php?module=NS-AddStory&op=EditStory&sid=2
|
And you can see that here is everything all right. But, of course, this is another module, NS-AddStory, but, he (or she?!
| Code:
|
|
http://127.0.0.1/11teza/admin.php?module=NS-AddStory&op=DelCategory&catid=0
|
in what way is displaying name of category that is named Čumez (&+#268;umez).
| Code:
|
default-character-set=utf8
default-collation=utf8_general_ci
|
| Code:
|
$dbconn->Execute("SET SESSION character_set_client='utf8'");
$dbconn->Execute("SET SESSION character_set_connection='utf8'");
$dbconn->Execute("SET SESSION character_set_results='utf8'");
|
| Code:
|
mbstring.language = Neutral
mbstring.internal_encoding = UTF-8
mbstring.http_input = UTF-8,CP1252,ISO-8859-15,ASCII
mbstring.http_output = UTF-8
mbstring.encoding_translation = Off
mbstring.detect_order = UTF-8,CP1252,ISO-8859-15,ASCII
mbstring.func_overload = 6
|
| Code:
|
|
header('Content-Type: text/html; charset=utf8');
|
| Code:
|
|
perl -p -i -e 's/ISO-8859-1/utf-8/g' `grep -ril ISO-8859-1 *`
|
And All times are GMT + 13 Hours
Powered by
MDForum 2.0.8 © 2003-2007 based on
phpBB © 2001, 2002 phpBB Team
and by MDRebel which uses Theme Graphics by
Daz
and by
Attachment-Mod 2.4.3