Added code to determine the input encoding from data: encoding declarations or the...
commit6ee7d388c9ccb975db97d348fe276dbaec3794ce
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 12 Apr 2006 01:12:31 +0000 (12 01:12 +0000)
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 12 Apr 2006 01:12:31 +0000 (12 01:12 +0000)
tree18722a7231bda7e2a9bf4f2150c2e93e03c1adf1
parente43c1b41116b68f4a24d7c0c0be66a11e667dea4
Added code to determine the input encoding from data: encoding declarations or the presence of byte order marks (UTF-8 & UTF-16).

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@4506 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/HISTORY.txt
docutils/docutils/io.py
docutils/test/test_io.py