sean> From what I'm hearing here, it sounds like I can just use UTF-8
sean> and not have to worry about it.
Sounds like it. As long as you know the data encoded in the csv file is in
utf-8, you're golden when you read it back in, precisely because you know
the encoding.
Skip