python script Non-ASCII character

Chris Angelico rosuav at gmail.com
Sun Mar 19 15:56:10 EDT 2017


On Mon, Mar 20, 2017 at 6:48 AM, Xristos Xristoou <saxri89 at gmail.com> wrote:
> Τη Κυριακή, 19 Μαρτίου 2017 - 7:38:19 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε:
>
> how to define my script with  encoding of ISO-8859-7 or  UTF-8?and for the blanks ?

First, try using Python 3. Most of the time, that will be the best
solution. I won't explain PEP 263 coding cookies until you've tried
that :)

ChrisA



More information about the Python-list mailing list