Forums / Developer / Special characters in my content

Special characters in my content

Author Message

Mahmoud BECHAA

Tuesday 10 March 2009 7:54:13 am

Hi everybody,

I have some special characters which are displayed in my content in the pagelayout.tpl. These characters are "" and they change the appearance of my div in Internet Explorer. They seem to be ignored by Firefox. In Firefox, in the source code, these special characters are not present as if they were sweeped out...Is it a known EZP problem? I was thinking about the fact that I use EZP with French language. In my site ini, it seems to be correctly configured to work with the french character codes. here is the configuration declared in site.ini:

AllowedCharsets
default [0]
default [1] us-ascii
default [2] utf-8
default [3] iso-8859-1
default [4] iso-8859-15
default [5] cp1252

OutputCharset default "utf-8"

Any ideas about the way I could get rid of these special characters ?
Many thanks to all!!!

Mahmoud BECHAA

Tuesday 17 March 2009 5:03:55 am

OK, solved. I just saved my template file under notepad using utf8 encoding.