How can I view the original Arabic text of al-Quran...
Please see the attachment for screenshot..
im using windows XP SP2.. is there any needs to download arabic font or install new language ? Please guide.. thanks.

CommentFileSizeAuthor
no arabic.JPG124.77 KBhafizul

Comments

ichsan’s picture

You must have Arabic font installed. I think you can use XP installer CD to install the font. If you're not sure which font to install, I suggest you install all Saudi Arabia fonts (especially the utf-8 ones) from the CD.

I developed this module in Ubuntu Linux. It works fine. If the problem caused by missing fonts in Windows, Ubuntu users can view the font nicely. If it is not, try to reinstall Drupal in XAMPP.

Ashraf Amayreh’s picture

How did you import the arabic quran tables? Using command line or a graphical utility?

If you used the command line mysql client, make sure you type this

set names utf8;

Followed by

source whatever.sql;

This should solve your problem. If you use some other utility to import the script such as phpmyadmin, make sure you launch it and specify UTF8 encoding before importing the tables.

ichsan’s picture

Status: Active » Fixed

Now the problem has been resolved in the new SQL files

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.