EDIorg / EMLassemblyline

R package for creating EML metadata
https://ediorg.github.io/EMLassemblyline/
MIT License
27 stars 13 forks source link

Handle special character (accented letters, apostrophes) in all metadata templates #90

Closed kzollove closed 2 years ago

kzollove commented 2 years ago

These are handled in the .docx templates, but not in personnel or attribute_* templates.

Some of these could be implemented: https://www.princexml.com/doc/characters/

clnsmth commented 2 years ago

Thanks for the suggestion @kzollove. Please ensure your inputs are UTF-8 encoded. If the issue persists, then we can look at potential solutions.

kzollove commented 2 years ago

Thanks Colin you're right, this does seem to be a problem with encoding. Not sure how to handle it but definitely outside the scope of EAL.

clnsmth commented 2 years ago

Thanks for testing this out @kzollove. Just to be clear, EAL did successfully translate the accented characters from an input file when the input was correctly encoded in UTF-8?