@first # -*- coding: utf-8 -*-.
c.p.b = c.p.b + "Ñ"
I tried encoding the "Ñ" and some more things I could come up with, but still get the UnicodeDecodeError.
Anyone faced this and knows a walk around?
@first # -*- coding: utf-8 -*-.
c.p.b = c.p.b + u"Ñ"