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

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

PAR + Unicode::Collate troubles

2004-09-07 Thread Bob_Hallissy
Using the Perl Packager (PP), I'm trying to build a PAR-based standalone EXE that utilizes Unicode::Collate. No problem getting Unicode::Collate into the package, but that module requires a "keys" file (typically 'allkeys.txt') to exist in the folder lib/Unicode/Collate/. Is there a way to mak

Re: PAR + Unicode::Collate troubles

2004-09-08 Thread Bob_Hallissy
On 07/09/2004 18:07:33 Steve Hay wrote: >Use the "-a" option: Bingo! Thanks (and yes, I did have to update my PAR installation) Bob (PS: It would be nice if people would remove or at least obfuscate the original poster's email address when they do a quoted reply.)