edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
253 stars 98 forks source link

as_marc() should define default encoding in field #83

Open fipsasmusen opened 9 years ago

fipsasmusen commented 9 years ago

For backwards compatibility it would be better to give a default encoding for as_marc in field.py like:

def as_marc(self, encoding='utf8'):