Re: [Tutor] Decoding decleration

2005-11-02 Thread Kent Johnson
Johan Geldenhuys wrote: > I receive this error when executing a file: > "Non-ASCII character '\x8b' in file task.py on line 1, but no encoding > declared". > > Can anybody tell me what the encoding is supposed to look like and is it > standard on all files that is trying to use Non-ASCII charact

[Tutor] Decoding decleration

2005-11-02 Thread Johan Geldenhuys
I receive this error when executing a file: "Non-ASCII character '\x8b' in file task.py on line 1, but no encoding declared". Can anybody tell me what the encoding is supposed to look like and is it standard on all files that is trying to use Non-ASCII characters? Thanks, Johan