jens1701
10-08-2007, 12:45 PM
Hello everybody, :)
I have build a site using ssi to include recurring markup rather then retype it.
As my content contains chars outside the ISO-8859-1 i declared the document as utf-8.
<?xml version="1.0" encoding="UTF-8" ?>
and
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
In my static mockup this works just fine, but after i split the markup into files and put it with ssi back together, this special chars weren't sucessfully decoded.
So my utf-8 declaration was left out in the ssi prozess. What can i do about that? Any thoughts?
Greets :)
Jens
I have build a site using ssi to include recurring markup rather then retype it.
As my content contains chars outside the ISO-8859-1 i declared the document as utf-8.
<?xml version="1.0" encoding="UTF-8" ?>
and
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
In my static mockup this works just fine, but after i split the markup into files and put it with ssi back together, this special chars weren't sucessfully decoded.
So my utf-8 declaration was left out in the ssi prozess. What can i do about that? Any thoughts?
Greets :)
Jens