--- ahmad khalifa <[EMAIL PROTECTED]> wrote:
> dont know if anyone is free to do this !

Something this simple :-)  Sure.

> the format of adobe's glyph list is like this
> 
> GLYPHNAME;XXXX
> 
> this should be converted to
> 
> XXXX GLYPHNAME

Assume your input filename is MYFILE, run this on the command-line

  perl -n -e 'chop; @line = split /;/; print "$line[1] $line[0]\n"' MYFILE

Salam.

 - Nadim



        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
_______________________________________________
Developer mailing list
[EMAIL PROTECTED]
http://lists.arabeyes.org/mailman/listinfo/developer

رد على