Skip to content

Commit

Permalink
Stick w/ utf-8. Easy enough to modify.
Browse files Browse the repository at this point in the history
Related: jazzband#18.
  • Loading branch information
Kenneth Reitz committed Jun 21, 2011
1 parent 1f0d68e commit 4f54de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tablib/formats/_csv.py
Expand Up @@ -10,7 +10,7 @@
extentions = ('csv',)


DEFAULT_ENCODING = 'utf-8-sig'
DEFAULT_ENCODING = 'utf-8'



Expand Down
2 changes: 1 addition & 1 deletion tablib/formats/_tsv.py
Expand Up @@ -10,7 +10,7 @@
title = 'tsv'
extentions = ('tsv',)

DEFAULT_ENCODING = 'utf-8-sig'
DEFAULT_ENCODING = 'utf-8'

def export_set(dataset):
"""Returns a TSV representation of Dataset."""
Expand Down

0 comments on commit 4f54de2

Please sign in to comment.