[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re:



Amir Bukhari wrote:
Hi,

I have some arabic homepage under my Apache under Debian Woody (3.0) which has the charset (<META HTTP-EQUIV="Content-Type" charset=windows-1256")

Well, you should have a standard encoding charset begining by iso-something (sorry I don't know what is the code for arabic language) you need to put this standard charset as a default on your Apache web server:

Something like this (I'm European) in your httpd.conf:

AddDefaultCharset iso-8859-15

and also in your html document:

<meta http-equiv=Content-Type" content"text/html" charset="iso-8859-15">

Hope it will help,

fb





Reply to: