Quote:
Originally Posted by tbones Where should the characters be? First line? I´ve downloaded the server file and viewed it with Wordpad and Firefox without seeing anything. This problem arose first time after changing the charset so I think it´s code related (v9.5). Nevertheless thank you for your tip |
This was a bit strange for me. When I opened the file in my Firefox Browser (2.0):
mydomain.com/templates/yget/story_center.tpl (so try it online, not downloading it, just type in your Live Site Adress)
I could see the chars in the file. If I make "save site" in the browser or donload it to local hdd by ftp and open it with an Editor on my pc, I didnt see the strings also.
I have two test installs online, one wich is fixed and one wich has the prob at all, so I checkt the not fixed site again. Now it becomse more strange for me, if I open the Template file on Server with Internet Explorer I cannot see the Chars too. In Firefox I can still see it in the template file. This is really strange, I dont understand this.
But try to open the story_center.tpl with FF online on your webspace.
Quote:
|
This problem arose first time after changing the charset so I think it´s code related (v9.5).
|
So you mean this is since you changed from
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
to
Code:
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
?
I use UTF-8 from beginng and didnt change this.