Thanks, that helped, but I need to have the following AddDefaultCharset ISO-8859-1
All works now Cheers Trevor -----Original Message----- From: SEKINE tatz Tatsuo [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 June 2005 12:06 AM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [SLUG] Character problems on Fedora Hi, From: "Trevor Tregoweth" <[EMAIL PROTECTED]> Date: Tue, 28 Jun 2005 23:20:51 +0930 > I have just install a Fedora server, with apache running on it, and > have come across this problem, this was all ok on a Redhat 9 server. > > I have this character è in a html file, but when it runs on the server > it looks like 裨 > > Has anyone any idea as to what may be causing this problem Change following setting to ISO-8859-1: AddDefaultCharset UTF-8 in /etc/httpd/conf/httpd.conf file. BTW, è can be described as "è". In this case, you don't need pay attention to the character set. -- SEKINE Tatsuo: [EMAIL PROTECTED] System Design & Research Inst. Co.,Ltd. http://www.amazon.co.jp/exec/obidos/ASIN/4797329750 -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
