On Thu, Apr 3, 2008 at 4:14 PM, Cynthia Kiser <[EMAIL PROTECTED]> wrote:
>  Hmmmm CSV + "stupid Windows encoding". Bas perhaps you have just what I
> need for a character set issue. I have a data file - actually delimited by
> upsidedown exclamation points, not commas.

>  It never occurred to me to try parsing this with Tcl instead. Is there an
> AOLserver or straight Tcl module I should be using to parse pseudo-CSV? Or
> is the answer keep it simple and just read lines and split on ¡ with
> 'split'?

tcllib (http://tcllib.sf.net) has a fairly robust csv package
(http://tcllib.sourceforge.net/doc/csv.html) if a straight [split
$line ¡] proves lacking.

Michael


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to