Some feeds contain Unicode characters. For example, http://gtfs.s3.amazonaws.com/addison-county-transit-resources_20150227_0141.zip, in stops.txt, on line 58.
If the file is modified to remove the BOM, attempting to load it fails with the exception:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 30: ordinal not in range(128)
Some feeds contain Unicode characters. For example, http://gtfs.s3.amazonaws.com/addison-county-transit-resources_20150227_0141.zip, in stops.txt, on line 58.
If the file is modified to remove the BOM, attempting to load it fails with the exception:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 30: ordinal not in range(128)