On Sun, Apr 18, 2004 at 05:28:07PM +0200, Iftach Hyams wrote:
> Tomorrow (19-20 April 2004) the new cellular number will be valid.
>  The manipulation looks like :
> 055[0-9]{6} should be replace with 0545* (14 different initials).
> 
> The problem is the text file is in Unicode (taken by gammu).
> I think perl has some extension. Can someone help please ?

There is
http://search.cpan.org/~razinf/Number-Phone-IL-NewCell-0.1/NewCell.pm
by Oded Resnik.

Anyway, numbers are pure ascii. Unless you use a character for the
hiphen that is not the standard ascii hiphen-minus ('-'), the whole
string is ascii, and thus any standard text manipulation tools should be
able to handle it, even if they don't support UTF-8 .

-- 
Tzafrir Cohen                       +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED]       +---------------------------+

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to