mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
@@ -10,7 +10,7 @@ title = 'csv'
|
||||
extentions = ('csv',)
|
||||
|
||||
|
||||
DEFAULT_ENCODING = 'utf-8-sig'
|
||||
DEFAULT_ENCODING = 'utf-8'
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user