Closed (outdated)
Project:
Textimage
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 12:15 UTC
Updated:
1 Apr 2016 at 14:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
demonrage commentedoh i forgot to say that the problem isn't font related cause i have tried the most basic system fonts like (Arial & Tahoma) still have no luck with it
Comment #2
decipheredHi,
Sorry for the inexcusably late response.
This is a duplicate of #470122: Accentuated letter, I am looking into an adequate fix for the issue, but haven't had much time to dedicate to Textimage of late.
Cheers,
Deciphered.
Comment #3
mohammed j. razemHi,
Here is a patch that uses an external library to support Arabic fonts and characters.
Comment #4
mohammed j. razemFixed a critical error if library is not downloaded.
Comment #5
mohammed j. razemComment #6
demonrage commentedwhere can i download the persian_log library
Comment #7
mohammed j. razemIf you apply the patch. You'll find a link to the persian_log library.
Anyway it's located here. http://developer.berlios.de/project/showfiles.php?group_id=4533&release_...
Comment #8
demonrage commentedafter applying the patch and adding the library it still doesn't work. it display the Arabian characters but vise-verse and cutup. you can see example here:
http://tasmeem.3alamtaney.com/test
Comment #9
mohammed j. razemPlease note that the patch should be applied to the dev version.
You'll notice a checkbox, that indicates if the preset is used for Arabic fonts. Please check it. then test it.
Comment #10
demonrage commentedwhen i use the dev verson an error appears to me which prevent me to make a new preset
user warning: Unknown column 'description' in 'field list' query: SELECT pid, name, description, settings FROM textimage_preset ORDER BY name in /home/pyraef3b/public_html/hosting/modules/textimage/textimage_admin.inc on line 657.
Comment #11
mohammed j. razemUninstall, then Install again.
Comment #12
demonrage commentedyes you r right. once i uninstall and install again everything run okay. there is also another bug that i managed to fix:
warning: bidi::require_once(./unicode_data.php): failed to open stream: No such file or directory in /home/pyraef3b/public_html/hosting/modules/textimage/persian_log/bidi.php on line 133.
i go to line 133 and changed require_once(./unicode_data.php) to require_once(unicode_data.php) and it worked without any problems now.
thanks for ur effort and help
Comment #13
mondrake