Yes, it can. Why not? sed understands Unicode as far as I know and tested. Just use something like [[:alpha:]] in the sed expression..
b On Fri, 12 Mar 2004, Anmar Oueja wrote: > hehe... I don't think so unless you use the raw the unicode values for > the arabic letters. Even then I hihgly doubt it > > Anmar > > Moayyad Al-Sadi wrote: > > --------- > > Letters="a-z" > > cat file | tr A-Z a-z | sed -e 's/[^$Letters]/ /g' | \ > > tr ' ''\12' | sort | uniq > > ---------- > > can this be applyed to arabic > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Search - Find what you’re looking for faster > > http://search.yahoo.com > > _______________________________________________ > > Developer mailing list > > [EMAIL PROTECTED] > > http://lists.arabeyes.org/mailman/listinfo/developer > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer > > --behdad behdad.org _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

