Hello I have Apache installed on a debian server and noticed that when i look on whatever file i uploaded index.html for example i cant se any Swedish characters at all. how can i make apache use UTF-8 ?
You set the default character set Apache sends with the AddDefaultCharset directive. AddDefaultCharset utf-8 Code (markup):
ye, but that was just an example i use more files like .txt's that i need to work with UTF8 i set this in the apache configuration file "AddDefaultCharset utf-8" and restarted apache, still swedish character wont be seen is there someting else that's making it not work? :/
Show us your request and response headers for a request that has a Swedish character in it. You can grab these headers with the Firefox plugin LiveHTTPHeaders.