sön 2005-03-13 klockan 15:06 +0000 skrev Arnaldo Bento: > How can I set the Fedora or web server to use the > charset=iso-8859-1 ? > > - Can I edit the /etc/httpd/conf/httpd.conf and change "AddDefaultCharset" > to that value? > - Are there another way to do that? > - Or I must change it in the windows computers? It really doesn't matter if you use ISO-8859-1 or UTF-8 as long as you make sure information about which encoding you use is included along with every web page. I'd recommend staying with UTF-8 since that is what FC3 uses by default, and it should not be a problem to use it. For more information, see this page: http://www.w3.org/International/O-charset Especially these tips: Start you XML documents with: <?xml version="1.0" encoding="utf-8" ?> And use this inside <head> in HTML: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > /abo