On Wed, Jul 04, 2007 at 04:46:25AM +0200, Vladimir Strycek wrote:
Installed debian on mine second pc with apache and everything but all
www pages start have the same issue.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
but apache do not respect this and i have "?" insted of special characters
on another box where i have gentoo or on windows its workig just fine.
Are you sure it's a HTTP header issue with Apache? Did you try
changing the encoding at the client (browser) manually?
The meta tag is embedded in a HTML page, so it can't influence the
HTTP headers, AFAIK. So, it's either something wrong at the client, or
with your Apache config.
See AddCharset and AddDefaultCharset in the Apache docs for some
hints.
HTH.
Kumar