[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Script the Glyph List
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: Script the Glyph List
- From: Nadim Shaikli <shaikli at yahoo dot com>
- Date: Fri, 7 May 2004 10:26:43 -0700 (PDT)
--- ahmad khalifa <ahmadkhalifa at hotmail dot com> 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