Change a bunch of file encodings from Latin-1 to UTF-8.

Remove the encoding from Tix.py (it doesn't seem to need one).
Note: we still have to keep the "coding: utf-8" declaration
for files that aren't pure ASCII, as the default per PEP 3120
hasn't been implemented yet.
This commit is contained in:
Guido van Rossum 2007-07-16 23:10:57 +00:00
parent 6a2ccd0273
commit d77d6992a5
6 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2005 Martin v. Löwis
# -*- coding: utf-8 -*-
# Copyright (C) 2005 Martin v. Löwis
# Licensed to PSF under a Contributor Agreement.
from _msi import *
import os, string, re