Thanks to all, for so much information.
I just checked that the encoding is Latin-1 and it works when I use it in
the file open call. (instead of ignoring it).


On Mon, Oct 28, 2013 at 7:54 PM, Danny Yoo <d...@hashcollision.org> wrote:

> Hi Sm,
>
> Note: if possible, I would strongly suggest reusing csv.reader rather than
> reinvent this.  It comes in Python's Standard Library:
>
>     http://docs.python.org/3/library/csv.html#module-csv
> 
> ---
>
> Anyway, to your question.  Do you know what is the encoding of your input
> file?
>
> (And if you don't know what this question means, please ask!  Look at:
> http://www.joelonsoftware.com/articles/Unicode.html, and skip down to
> "The Single Most Import Fact About Encodings")
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to