Re: performance issues

From: Joaquin Cuenca Abela (e98cuenc@yahoo.com)
Date: Thu Jul 25 2002 - 16:34:03 EDT

  • Next message: Mark Gilbert: "Commit (wv) (STABLE): Fix build-not-working-age"

    --- Christian Biesinger <cbiesinger@web.de> wrote:
    > On Thu, Jul 25, 2002 at 08:25:27PM +0200, Joaquín
    > Cuenca Abela wrote:
    > > Maybe should be ignore neutral characters and
    > separators in the
    > > comparison?
    >
    > Now, I don't know the Fribidi code at all, but could
    > we do something like:
    >
    > if (iType == SPACE_TYPE)
    > iType = NORMAL_LATIN1_LTR_TYPE;
    >
    > ?

    Nope, I don't think so. For example, you don't want
    to break the span neither in rtl text. Space is not a
    ltr nor a rtl char, is a separator (I think so, I will
    have to check the unicode appendix to see the exact
    terminology). There are also neutral characters
    (among others).

    I was suggesting to ignore neutral characters and
    separators, but I don't know if that's going to work
    well (the bidi algorithm is a relatively big beast,
    and we're better waiting for Tomas aproval on this
    change).

    Cheers,

    =====
    Joaquin Cuenca Abela
    e98cuenc@yahoo.com

    __________________________________________________
    Do You Yahoo!?
    Yahoo! Health - Feel better, live better
    http://health.yahoo.com



    This archive was generated by hypermail 2.1.4 : Thu Jul 25 2002 - 16:40:09 EDT