pulibrary / dspace-python

Python Scripts for DSpace Administration
0 stars 0 forks source link

UnicodeEncodeError is raised for VireoSheet.createFromExcelFile #21

Closed jrgriffiniii closed 3 years ago

jrgriffiniii commented 4 years ago

The following errors are raised when attempting to parse Excel restrictions spreadsheets:

*** UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 5: ordinal not in range(128)

This originates from https://github.com/pulibrary/dspace-python/blob/thesis-central-import-multiauthor/thesiscentral-vireo/dataspace/python/vireo.py#L77

jrgriffiniii commented 4 years ago

This was resolved with f67b083, but I have not yet issued a pull request for this branch.

kmcelwee commented 3 years ago

Shifting to icebox for now until VireoSheet is deprecated.