Note: Copying and elaborating upon this question and answer from: https://groups.google.com/forum/?fromgroups=#!topic/django-users/OW_uSWCoObs:
Hi, I was trying to go through the GeoDjango tutorial and when I try to import data with LayerMapping I'm getting the following error:
Warning: Incorrect string value: '\xC2\x85land...' for column 'name' at row 1
I'm using MySQL and my charset and collation are set to latin1 (I also tried utf8).