
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] [OT] C/C++: Need alternative to strsep or strtok
- Date: Sun, 17 Aug 2003 23:57:37 +0900
- From: Botond Botyanszki <tlug@example.com>
- Subject: Re: [tlug] [OT] C/C++: Need alternative to strsep or strtok
- References: <3F3F902D.3030409@example.com>
- Organization: Micron Japan, Ltd.
On Sun, 17 Aug 2003 16:24:45 +0200
David Oftedal <david@example.com> wrote:
> I'm trying to parse this korean dictionary called engdic into the EDICT
> format (Discarding the metadata for now) in order to be able to use it
> with gjiten2.
If you get it working I hope you will share it with the rest of us.
> I fell into the trap of trying to use strtok or
> strsep in order to parse the lines into individual fields, instead of
> writing my own functions.
You should pick the right tool for the job. I'd say use perl.
--
B0Ti.
Home |
Main Index |
Thread Index