"Dinesh B Vadhia" <[email protected]> wrote in message news:[email protected]...
Hi! I'm processing a large number of xml files that are all declared as utf-8 encoded in the header ie.

<?xml version="1.0" encoding="UTF-8"?>

My Python environment has been set for 'utf-8' through site.py.

It's a bad idea to change the encoding through site.py. Your script won't work on any other system.

-Mark



_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to