0

I'm trying to do this:

str(field).encode('utf-8')

field is a field from a pyodbc cursor row.

But I get this error:

'ascii' codec can't encode character u'\xe1' in position 11

I can't drop any characters, so I cannot do "ignore"

I've got this at top of script: # -*- coding: utf-8 -*-

I can't see what I'm missing, any help appreciated.

Thanks!

Kenobi
  • 465
  • 6
  • 13

0 Answers0