Arabic etc reading added into Enigma Head
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Arabic etc reading added into Enigma Head
Hello.
Thx to My team friend, I was add read from right to left in HEAD branch.
Please test and let Me know if maybe is something broken or so.
I was test in Dreambox branch, but not sure about this one.
Thank You,
Cheers
Thx to My team friend, I was add read from right to left in HEAD branch.
Please test and let Me know if maybe is something broken or so.
I was test in Dreambox branch, but not sure about this one.
Thank You,
Cheers
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
According to cdk/make/enigma.mk libfribidi is a fixed dependency for Enigma,
so there is no need to check for it in apps/tuxbox/enigma/configure.ac.
so there is no need to check for it in apps/tuxbox/enigma/configure.ac.
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
Changed.
Thx again
Thx again
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
TUXBOX_APPS_LIB_PKGCONFIG(FRIBIDI,fribidi)
needs to stay in configure.ac, otherwise @FRIBIDI_LIBS@ is empty
needs to stay in configure.ac, otherwise @FRIBIDI_LIBS@ is empty
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
Did I mention before that its better IMHO to post patches
here for discussion before they are committed?
here for discussion before they are committed?
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
Well, yes, I understand that better is to attach patch here.
Anyway, I CANNOT attach nothing here due to restriction....
Changed again.
Will not comment anything more before post something here.... maybe attach if somebody give Me attach possibility
Cheers
Anyway, I CANNOT attach nothing here due to restriction....
Changed again.
Will not comment anything more before post something here.... maybe attach if somebody give Me attach possibility
Cheers
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
But we have an upload center for patches -> http://ulc.tuxbox-cvs.sourceforge.netfergy hat geschrieben:Anyway, I CANNOT attach nothing here due to restriction....
I bet the admin, CarstenW, will happily provide you an account.
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
Sorry to bug you again
I saw you committed apps/tuxbox/enigma/data/fonts/md_khmurabi_10.ttf
Did you notice that apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf already exists?
Another question is the different file size, I guess you have reduced the
number of chars in apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf?
Here is an older discussion about that file:
http://forum.tuxbox-cvs.sourceforge.net ... =7&t=47261
I saw you committed apps/tuxbox/enigma/data/fonts/md_khmurabi_10.ttf
Did you notice that apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf already exists?
Code: Alles auswählen
-rw-r--r-- 1 root root 86060 12. Jan 00:04 ./apps/tuxbox/enigma/data/fonts/md_khmurabi_10.ttf
-rw-r--r-- 1 root root 247668 2. Sep 2004 ./apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf
number of chars in apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf?
Here is an older discussion about that file:
http://forum.tuxbox-cvs.sourceforge.net ... =7&t=47261
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
As I don't know Arabic language, font file is provided by My team mate who know to read it.
I will recheck if everything is ok, but assume that something is wrong with font.
Yes, I was noticed size and guess that something is reduced.
I will recheck if everything is ok, but assume that something is wrong with font.
Yes, I was noticed size and guess that something is reduced.
Thx for info.But we have an upload center for patches -> http://ulc.tuxbox-cvs.sourceforge.net
I bet the admin, CarstenW, will happily provide you an account.But we have an upload center for patches -> http://ulc.tuxbox-cvs.sourceforge.netfergy hat geschrieben:Anyway, I CANNOT attach nothing here due to restriction....
I bet the admin, CarstenW, will happily provide you an account.
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
@rhabarber1848rhabarber1848 hat geschrieben:Sorry to bug you again
I saw you committed apps/tuxbox/enigma/data/fonts/md_khmurabi_10.ttf
Did you notice that apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf already exists?
Sorry for disturbing, but You was compare two same files from two different folders:
Are You sure about that?apps/tuxbox/enigma/data/fonts
apps/tuxbox/neutrino/data/fonts
Btw, I am awaiting reply from mate who was do this patch and in a mean time......
I was test this patch with these font from Dreambox branch and can only say that there is no problem with font and backside write.
Please recheck Your compare:
Code: Alles auswählen
-rw-r--r-- 1 root root 86060 12. Jan 00:04 ./apps/tuxbox/enigma/data/fonts/md_khmurabi_10.ttf
-rw-r--r-- 1 root root 247668 2. Sep 2004 ./apps/tuxbox/neutrino/data/fonts/md_khmurabi_10.ttf
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
Font is small because of small & compressed characters is used to make it.
Also it read ALL languages in correct way 100% but other fonts not do.
Also it read ALL languages in correct way 100% but other fonts not do.
-
- Developer
- Beiträge: 4189
- Registriert: Sonntag 2. November 2003, 12:36
Re: Arabic etc reading added into Enigma Head
Please remove this font immediately, before the Linotype lawyers come and shut down the site. This is clearly a stolen AdvertisingBold font, and I don't think you have permission to distribute it.
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
-
- Developer
- Beiträge: 93
- Registriert: Dienstag 13. September 2005, 15:30
Re: Arabic etc reading added into Enigma Head
@seife
Replaced.
Anyway, now know where to put anything for test first.
Bye
Replaced.
Wasn't know that.This is clearly a stolen AdvertisingBold font, and I don't think you have permission to distribute it.
Anyway, now know where to put anything for test first.
Bye
-
- CDK-Experte
- Beiträge: 4335
- Registriert: Donnerstag 3. April 2008, 14:05
Re: Arabic etc reading added into Enigma Head
I think someone with filesystem access has to do that, becauseseife hat geschrieben:Please remove this font immediately
the file as revision 1.3 can still be downloaded from CVS:
http://cvs.tuxbox-cvs.sourceforge.net/c ... 4&view=log
-
- Contributor
- Beiträge: 1833
- Registriert: Mittwoch 10. April 2002, 15:39
Re: Arabic etc reading added into Enigma Head
isn't it used in neutrino too since a long time??
what about the right's there?
what about the right's there?
-
- Developer
- Beiträge: 4189
- Registriert: Sonntag 2. November 2003, 12:36
Re: Arabic etc reading added into Enigma Head
Only the filename was the same. It was a totally different font.