[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Words
- To: Documentation and Translation <doc at arabeyes dot org>
- Subject: Re: Words
- From: Bashar <big at kuwaitnet dot net>
- Date: Tue, 11 Oct 2005 01:31:28 +0300
- User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
well i mostly use pico or notepad also vi works but you wont be able to
read the escape characters so ull have to save everytime u type and refresh.
you can also use vim for windows and be able to read arabic while typing too
my designers use frontpage too but it uses some wierd codes that
replaces characters such as ر etc..
also NVU.com the free software uses same codes i believe its ISO
characters for arabic for example if you save the code below you'll know
what i mean:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="rtl">
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>تجربة
العربي</title>
</head>
<body>
السلام
عليكم و رحمة
الله و
بركاته
</body>
</html>
if you use UTF-8 or windows-1256 (which most people do) you need to set
the meta cotent charset to the same for example windows-1256 or UTF-8
not sure if NVU can be configured to support unicode or so but can give
it a try :)
basically to have RTL u just add dir="rtl" to the <html> or <div> tags
to have <html dir="rtl"> or <div dir="rtl">
Best Regards,
Chahibi Youssef wrote:
Le Lundi 10 Octobre 2005 21:10, Bashar a écrit :
make sure to have the above line RTL to show correctly incase ur email
client doesn't support HTML
By the way, I don't know how to deal with arabic and parenthesis, it's
illogic.
What's the best editor for HTML + Arabic , specially when translating an
english we page to arabic.
Thank you.
_______________________________________________
Doc mailing list
Doc at arabeyes dot org
http://lists.arabeyes.org/mailman/listinfo/doc