Charset problem for Serbian language
-
I use WP 2.2.2 and have some charset problems.
I use Serbian language, and the characters č,ć,đ,are replaced with ? .
The charset is setup to default UTF-8.I try to change in header.php to windows-1250 but the problem was not solved.
Now in the header I put this default template code for the meta, but without result
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />What should I do to solve this problem? Any help?
Thanks
The topic ‘Charset problem for Serbian language’ is closed to new replies.