Re: Bidirectional (bidi) Support?

2003-10-29 Thread Chris Whiting
Good stuff. I have looked into OpenType some more. Early on I tried using the Arabic Transparent with ImageMagick and it did not work. TrueType Explorer (a free font viewer) indicates that it is an OpenType font and other web sites indicate that it has the tables to support Arabic. ImageMagick

Re: Bidirectional (bidi) Support?

2003-10-27 Thread Bob_Hallissy
On 25/10/2003 03:24:38 "Chris Whiting" wrote: >>"Bob Hallissy" <[EMAIL PROTECTED]> wrote in message >>I presume your algorithm depends on the Arabic presentation forms available >>as separately encoded characters in Unicode. If this is the case, and given >>that lots of Arabic characters in Unic

Re: Bidirectional (bidi) Support?

2003-10-26 Thread Jarkko Hietaniemi
> It's curious that the Arabic Presentation Forms got > into Unicode at all, and a number of people still think > it was a mistake, a sell-out. One of the Fathers of Unicode > told me they were deprecated. Even the Unicode specification > explains their presence rather apologetically. Well, one

Re: Bidirectional (bidi) Support?

2003-10-26 Thread Ken Beesley
CTED]> > list-post: <mailto:[EMAIL PROTECTED]> > Delivered-To: mailing list [EMAIL PROTECTED] > Delivered-To: moderator for [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > From: "Chris Whiting" <[EMAIL PROTECTED]> > Subject: Re: Bidirectional (bidi) Support? >

Re: Bidirectional (bidi) Support?

2003-10-26 Thread Ken Beesley
> Date: Sun, 26 Oct 2003 18:02:36 +0200 > From: Jarkko Hietaniemi <[EMAIL PROTECTED]> Beesley: > > It's curious that the Arabic Presentation Forms got > > into Unicode at all, and a number of people still think > > it was a mistake, a sell-out. One of the Fathers of Unicode > > told me they were

Re: Bidirectional (bidi) Support?

2003-10-25 Thread Jungshik Shin
On Fri, 24 Oct 2003, Chris Whiting wrote: > >"Bob Hallissy" <[EMAIL PROTECTED]> wrote in message >> I presume your algorithm depends on the Arabic presentation forms available >> as separately encoded >characters in Unicode. If this is the case, > The algorithm, and all that I have seen, conver

Re: Bidirectional (bidi) Support?

2003-10-25 Thread Chris Whiting
>"Bob Hallissy" <[EMAIL PROTECTED]> wrote in message news:OFA3E32D4C.D67B7CEA->[EMAIL PROTECTED] > >On 21/10/2003 01:09:32 "Chris Whiting" wrote: > >>I have implemented ... an Arabic shaping algorithm in >>Perl and was wondering if it would be useful to upload it to cpan. > >I presume your algorit

Re: Bidirectional (bidi) Support?

2003-10-22 Thread Bob_Hallissy
On 21/10/2003 01:09:32 "Chris Whiting" wrote: >I have implemented ... an Arabic shaping algorithm in >Perl and was wondering if it would be useful to upload it to cpan. I presume your algorithm depends on the Arabic presentation forms available as separately encoded characters in Unicode. If thi

Bidirectional (bidi) Support?

2003-10-21 Thread Chris Whiting
Is the bidirectional algorithm as noted in http://www.unicode.org/unicode/reports/tr9/ implemented and embedded in Perl 5.8 Unicode support? If so, is there a way to convert the internal string to the visual display. I know that there is some free software at: http://fribidi.sourceforge.net/ I