Closed (fixed)
Project:
Quran
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2008 at 16:33 UTC
Updated:
13 Oct 2008 at 11:52 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| no arabic.JPG | 124.77 KB | hafizul |
Comments
Comment #1
ichsan commentedYou 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.
Comment #2
Ashraf Amayreh commentedHow 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.
Comment #3
ichsan commentedNow the problem has been resolved in the new SQL files
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.