Hi,

I am trying to write a parser to handle double byte strings.
I want to replace double byte characters containing some special symbols (like { } ^ ] 
[ \ etc) in their trail byte with *.
Could anybody help in this matter?

Sample string:

ÆpÆâÆÂÂ[Æ^

Thanx,
Rahul


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, December 15, 2003 12:02 PM
To: [EMAIL PROTECTED]
Subject: Linuxers Digest, Vol 8, Issue 21


Send Linuxers mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than "Re: Contents 
of Linuxers digest..."


Today's Topics:

   1. ntfs read/write access ! (linuxdev)
   2. FYI: Fw: [SANOG] SANOG III Fellowship (Devdas Bhagat)
   3. FYI Fw: [SANOG] SANOG III Program (Devdas Bhagat)
   4. Re: regexp query (q u a s i)


----------------------------------------------------------------------

Message: 1
Date: Sun, 14 Dec 2003 15:10:14 +0530
From: "linuxdev" <[EMAIL PROTECTED]>
Subject: [ILUG-BOM] ntfs read/write access !
To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

All ya ex-windows freaks might want to dance a jig. NTFS write access is here.

Name's -  captive v1.1.4
Some magic I say, simple though. It uses the windows drivers through wine and some 
little hacks from ReactOS :D. sweet.

Check it out at freshmeat. 
http://freshmeat.net/projects/captive/?branch_id=44924&release_id=144986&topic_id=142


regards,
C
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com

Bid for for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to 
http://airsahara.indiatimes.com and Bid Now!



------------------------------

Message: 2
Date: Sun, 14 Dec 2003 17:13:33 +0530
From: Devdas Bhagat <[EMAIL PROTECTED]>
Subject: [ILUG-BOM] FYI: Fw: [SANOG] SANOG III Fellowship
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

----- Forwarded message from Gaurab Raj Upadhaya <[EMAIL PROTECTED]> -----

From: "Gaurab Raj Upadhaya" <[EMAIL PROTECTED]>
Date: Sat, 13 Dec 2003 23:11:34 +0545
To: [EMAIL PROTECTED]
Subject: [SANOG] SANOG III Fellowship
X-mailer: Pegasus Mail for Windows (v4.12a)

hello Folks

With a grant from the Internet Society (ISOC), we are finally able to 
announce the SANOG III fellowship program. 

You can download the fellowship application from the website. The 
dates are as follows

Application Deadline    :       25 December 2003,
Results Announcement:   28 December 2003
Acceptance deadline     :       31 December 2003

Hope we can have a wonderful SANOG III.

thanks

        -- gaurab 


/////////////////////////////////////+97714499393

-- 
SANOG III - 15-22 January, 2004 Bangalore, India
This is the SANOG (www.sanog.org) mailing list.

----- End forwarded message -----


------------------------------

Message: 3
Date: Sun, 14 Dec 2003 17:14:09 +0530
From: Devdas Bhagat <[EMAIL PROTECTED]>
Subject: [ILUG-BOM] FYI Fw: [SANOG] SANOG III Program
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

----- Forwarded message from Gaurab Raj Upadhaya <[EMAIL PROTECTED]> -----

From: "Gaurab Raj Upadhaya" <[EMAIL PROTECTED]>
Date: Sat, 13 Dec 2003 23:11:34 +0545
To: [EMAIL PROTECTED]
Subject: [SANOG] SANOG III Program
X-mailer: Pegasus Mail for Windows (v4.12a)

hello folks

Better late then never, we are finally able to announce the program for 
SANOG III. The website has been updated with the details. 

In short,
Two hands on workshop - BGP Multihoming and DNS/DNS 
Eight Tutorials - BGP, IP VPN, MPLS, IPv6, HA, and more
A shared keynote and plenary session with IPv6 Summit
One day of Conference

SANOG III will also see SANOG Design Clinics for the first time. We 
have observed that people are reluctant to ask complex questions 
during sessions, so we set up the Design Clinics where you can ask 
questions with router designers and network architect 1:1

SANOG III poster / brochure is also available at 
"www.sanog.org/sanog3/sanog3.pdf", please help in spreading the 
word.

For Additional details please refer to the website. 

Thanking you
Gaurab
        -- gaurab 


/////////////////////////////////////+97714499393

-- 
SANOG III - 15-22 January, 2004 Bangalore, India
This is the SANOG (www.sanog.org) mailing list.

----- End forwarded message -----


------------------------------

Message: 4
Date: 15 Dec 2003 00:14:29 +0530
From: q u a s i <[EMAIL PROTECTED]>
Subject: Re: [ILUG-BOM] regexp query
To: "Dr. Sharukh K. R. Pavri." <[EMAIL PROTECTED]>,      "GNU/Linux Users
        Group, Mumbai, India" <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

On Wed, 10 Dec 2003, Sharukh K. R. spake thusly:

> I have a text file in the format
> 
> Full name     [EMAIL PROTECTED]
> 
> It's a pretty long list of names and I want to remove all the email 
> addresses from the file. I basically want to be left with a file with 
> only the names of the persons, one on each line.

cat filename.txt | cut -d ' ' -f 1,2 > newfile.txt

:)


-- 
quasi

Utopia Unlimited!




------------------------------

--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

End of Linuxers Digest, Vol 8, Issue 21
***************************************



--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to