Home - All the pastes - Authored by Thooms
Raw version
1 2 3 4
with open('.csv', 'r') as f: content = f.read() with open('.csv', 'wb') as f: f.write(content.encode('iso-8859-1'))