[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help needed..
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: Help needed..
- From: Kamal Dalal <kamal at banoora dot net>
- Date: Mon, 17 Nov 2003 15:49:00 +0200
- User-agent: Mutt/1.5.4i
On Mon, Nov 17, 2003 at 06:11:32PM +0530, Ravindra dot Varna at ITCINFOTECH dot COM wrote:
>
>
>
>
>
> No i need information like how you can enable your browser to display
> arabic texts and what is the locale language name for "Arabic".
>
> thanks in advance,
>
> Varna
>
Include the following element inside your html <body> :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Make sure that pages are utf-8 encoded. To change the alignment of
some elements, you can add dir="rtl" attribute.
Regards,
Kamal