Unicode error wtih bibliography file import in 2020.11

I just spent the last thirty minutes or so looking into this

Thank you - :slight_smile:

# begin: manually set locale in situ
import locale
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
# end

Tentatively - this looks like it solved the issue! At least on import - I'll run through everything but I'm cautiously optimistic :+1:

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.