Jump to content


Photo

To administrators

DM500

  • Please log in to reply
33 replies to this topic

Re: To administrators #21 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 25 November 2010 - 20:31

it's something related to BIDI algoritm

/pli-cvs/cdk/root/cdkroot/include/fribidi

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #22 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 26 November 2010 - 00:59

tuxbox: tuxbox/apps/tuxbox/enigma/lib/gdi/font.cpp
#ifdef HAVE_FRIBIDI
FriBidiCharType dir=FRIBIDI_TYPE_ON;
{
int size=uc_shape.size();
uc_visual.resize(size);
// gaaanz lahm, aber anders geht das leider nicht, sorry.
FriBidiChar array[size], target[size];
std::copy(uc_shape.begin(), uc_shape.end(), array);
fribidi_log2vis(array, size, &dir, target, 0, 0, 0);
uc_visual.assign(target, target+size);
}

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #23 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,503 posts

+118
Excellent

Posted 26 November 2010 - 07:57

ajeeb: we are not blind, please use normal fonts and code tags [#]!

on the Glassfibre 1GB DVB-C...


Re: To administrators #24 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 26 November 2010 - 08:28

sorry no purpose , your forum support copy&paste (with font attribute) it's token from tuxbox

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #25 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,503 posts

+118
Excellent

Posted 26 November 2010 - 12:06

have a look at the Switch On/Off WYSIWYG Mode at the right ;)

on the Glassfibre 1GB DVB-C...


Re: To administrators #26 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 26 November 2010 - 12:18

ok , next time Posted Image

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #27 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 November 2010 - 10:01

it's something related to BIDI algoritm

/pli-cvs/cdk/root/cdkroot/include/fribidi

That's indeed the file I meant.

By the way, does this problem only show on EPG or at multiple line texts or anywhere else?
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: To administrators #28 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 30 November 2010 - 11:30

hi @daf
well as I mention the problem is not with letters order ! it's with the whole WORD order
it's take any text bidi based and flip it !
it's with epg and even any OSD text even at normal translated PO file , it's certainly bidi bug !

in simple words (00 01 02 03) normal text will be (03 02 01 00) ... that's all about and in EPG window it's pushed as it comes from bidi functions
btw this problem not related of font stuctor (graphical...) it's only flip bug

BR

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #29 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 November 2010 - 19:07

I just added this thread to the ticket: http://openpli.pli-images.org/ticket/7
I can't do much more now. Quite strange, because I only know this problem with EPG text, not "all" text.
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: To administrators #30 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 30 November 2010 - 19:33

ty @daf for the input
just note: about the issue
------
no problem with graphics font
no problem with RTL itself
simply the text entry displayed as in mirror ! not really inverted ... text parse DOWN2UP !
hope for fix soon ... because from the 1st day tuxbox support arabic ,hebrew....etc (RTL) nobody enjoy this lang with EPG
----
again it's not only EPG ... plz take a look at simple Message2TV
and see the WORDs order

ty again daf & ims and all support in this forum

Attached Files


ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #31 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 November 2010 - 19:39

That's because it's multiple line (3 lines). If it would be one line it would be okay.
It's still a problem in the graphical part which adds "new lines" between the lines if it doesn't fit on the screen.
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: To administrators #32 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 30 November 2010 - 19:46

yeah I know about new line ... but this picture prove the defect about the mirror issue !!

BR

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"


Re: To administrators #33 dAF2000

  • PLi® Ex-Leden
  • 14,151 posts

+52
Good

Posted 30 November 2010 - 19:58

I think we both understand the problem. Still, I don't have a solution except the notes in ticket 7: http://openpli.pli-images.org/ticket/7
Many answers to your question can be found in our wiki: http://openpli.org/wiki

Re: To administrators #34 ajeeb

  • Senior Member
  • 385 posts

0
Neutral

Posted 30 November 2010 - 20:03

yes, sure

Best regards

ET9000,DM500s+usbTTdvb-3600 ,DVB2000,Humax5400, MACbook PRO retina 13", MAC pro 2 x Quad XEON-2.8GB , 8GB ECC, 4TB+FusionDrive(SSD) , LG-24FHD, HD6870,Debian server

"Since the dawn of our species, Man has been blessed with curiosity"




Also tagged with one or more of these keywords: DM500

3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users