Stick w/ utf-8. Easy enough to modify.

Related: #18.
This commit is contained in:
Kenneth Reitz
2011-06-21 19:00:27 -04:00
parent 1f0d68ee79
commit 4f54de2630
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ title = 'csv'
extentions = ('csv',)
DEFAULT_ENCODING = 'utf-8-sig'
DEFAULT_ENCODING = 'utf-8'
+1 -1
View File
@@ -10,7 +10,7 @@ from tablib.compat import is_py3, csv, StringIO
title = 'tsv'
extentions = ('tsv',)
DEFAULT_ENCODING = 'utf-8-sig'
DEFAULT_ENCODING = 'utf-8'
def export_set(dataset):
"""Returns a TSV representation of Dataset."""