Re: Fixing pango.org

2005-08-17 Thread James Henstridge
Owen Taylor wrote: > - Must not be ugly. Pango is a project about typography. The site > needs to be clean and uncluttered. > > http://cairographics.org/introduction > > Is almost OK, though it still has more "Moin" clutter than I'd like, > especially the big footer. > > http://fedor

Re: I think there is a bug in get_shaper_and_font() in pango-1.8.2

2005-08-17 Thread Stephen Blackheath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I have raised this as bug 313781. (Sorry for not doing this at first - was looking for a "bugs" link on pango.org. :) ) http://bugzilla.gnome.org/show_bug.cgi?id=313781 Steve -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Com

Re: Fixing pango.org

2005-08-17 Thread Gora Mohanty
On Thu, 18 Aug 2005 Owen Taylor wrote : >So, I'm getting embarassed by pango.org again. It still says: > >  Status: Pango-1.2 has been released and is available from > ftp.gtk.org Yes, I found that site quite confusing when trying to look for material on how Pango was handling rendering of Oriya

Fixing pango.org

2005-08-17 Thread Owen Taylor
So, I'm getting embarassed by pango.org again. It still says: Status: Pango-1.2 has been released and is available from ftp.gtk.org Even though I've since released 1.4, 1.6, 1.8, and 1.10. Other parts of the site (like the screenshot gallery) are even worse. Currently, the Pango website is XHTM

Re: Unicode text Direction Detection

2005-08-17 Thread Mark Leisher
Gaurav Jain wrote: Could you give me some tips on how to go about implementing a "naive" version of such an algorithm? Suppose I have a unicode character, what's the simplest way to know if it is a LTR directional character or a RTL directional character? Try http://crl.nmsu.edu/~mleisher/ucd

Re: Unicode text Direction Detection

2005-08-17 Thread Gaurav Jain
Thanks Behdad. On 8/17/05, Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > On Wed, 17 Aug 2005, Gaurav Jain wrote: > > > Hi, > > > > I have a Unicode text, and I need to detect its direction by some BiDi > > algorithm (i.e., whether it is Left-to-right or Right-to-left). For > > example, I need t

Re: Unicode text Direction Detection

2005-08-17 Thread Behdad Esfahbod
On Wed, 17 Aug 2005, Gaurav Jain wrote: > Could you give me some tips on how to go about implementing a "naive" > version of such an algorithm? Suppose I have a unicode character, > what's the simplest way to know if it is a LTR directional character > or a RTL directional character? Here it is

Re: Unicode text Direction Detection

2005-08-17 Thread Gaurav Jain
Thanks Matthias for the quick response. On 8/17/05, Matthias Clasen <[EMAIL PROTECTED]> wrote: > On Wed, 2005-08-17 at 17:32 +0530, Gaurav Jain wrote: > > Hi, > > > > I have a Unicode text, and I need to detect its direction by some BiDi > > algorithm (i.e., whether it is Left-to-right or Right-to

Re: Unicode text Direction Detection

2005-08-17 Thread Behdad Esfahbod
On Wed, 17 Aug 2005, Gaurav Jain wrote: > Hi, > > I have a Unicode text, and I need to detect its direction by some BiDi > algorithm (i.e., whether it is Left-to-right or Right-to-left). For > example, I need to look for the first "strong" directional character > in the text, and find out its dir

Re: Unicode text Direction Detection

2005-08-17 Thread Matthias Clasen
On Wed, 2005-08-17 at 17:32 +0530, Gaurav Jain wrote: > Hi, > > I have a Unicode text, and I need to detect its direction by some BiDi > algorithm (i.e., whether it is Left-to-right or Right-to-left). For > example, I need to look for the first "strong" directional character > in the text, and fi

Unicode text Direction Detection

2005-08-17 Thread Gaurav Jain
Hi, I have a Unicode text, and I need to detect its direction by some BiDi algorithm (i.e., whether it is Left-to-right or Right-to-left). For example, I need to look for the first "strong" directional character in the text, and find out its direction. Is there a way I can do that using some GTK