I back this question.
I installed new language (which should be default) like I did on my Joomla 2.5 websites, however I still have problem with language special characters not shown properly.
When the website is offline, I have these lines, as it should be:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”hr-hr” lang=”hr-hr” dir=”ltr”>
However, when I make site online, I have this, as written in previous post:
<!DOCTYPE html>
<html lang=”en”>
Any suggestions what went wrong?