<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Juan Lupión wrote:<br>
<blockquote type="cite"
 cite="mid200402072050.56098.jlupion@alcornoque.jazztel.es">
  <blockquote type="cite">
    <pre wrap="">I have troble with Apache not displaying Norwegian HTML content correctly.
Language settings in httpd.conf should be OK but it doesn't display
Norwegian character lik "ØÆÅ" correctly...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I found the same problem displaying certain spanish acutes (á, é, ó etc.)
from a default Apache install.  The default charset in httpd.conf was set
to standard ASCII or something like that.  Everything worked again 
for me putting the following line:

AddDefaultCharset iso-8859-15

Greetings,


  </pre>
</blockquote>
Well just did what you did because I have the same prolems with french
acutes.  doesn't seem to work.  My httpd.conf file has those lines as
well :<br>
AddCharset ISO-8859-1  .iso8859-1  .latin1<br>
AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen<br>
AddCharset ISO-8859-3  .iso8859-3  .latin3<br>
AddCharset ISO-8859-4  .iso8859-4  .latin4<br>
AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru<br>
AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb<br>
AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk<br>
AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb<br>
AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk<br>
AddCharset ISO-2022-JP .iso2022-jp .jis<br>
AddCharset ISO-2022-KR .iso2022-kr .kis<br>
AddCharset ISO-2022-CN .iso2022-cn .cis<br>
<br>
Are these of any utility??<br>
<br>
I also had <br>
AddDefaultCharset UTF-8<br>
Am I suppose to remove this one??<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Mario St-Gelais
<a class="moz-txt-link-abbreviated" href="http://www.gestionti.ca">www.gestionti.ca</a></pre>
</body>
</html>