--- Christian Perrier <bubulle at debian dot org> wrote:
> Quoting Nadim Shaikli (shaikli at yahoo dot com):
>
> > I'd highly recommend you send this in private to Ossama since
> > that would be the fastest way around all of this (instead of
> > getting multiple replies, etc).
>
> Well, As I sent it to the list, I suppose he got it already.
I thought it was a different file (my bad). Out of curiosity,
how was that file generated so that the characters are actually
not-shaped and presented in their raw format ? In other words,
how were they entered ?
I'm attaching the modified file with 7 new characters.
I produced 'em like so,
<<--->> Begin script
#!/usr/bin/perl
# -*-Perl-*-
binmode(STDOUT, ":utf8");
@arr = (0xFEF6, 0xFEF8, 0xFEFA, 0xFEFC, 0x061F, 0x060C, 0x0640);
foreach $entry (@arr)
{
print chr($entry);
}
#print "\x{FEF6}";
print "\n";
<<--->> End Script
Regards.
- Nadim
__________________________________
Do you Yahoo!?
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com Attachment:
ar_char.txt.gz
Description: ar_char.txt.gz