0x93 is windows-1252 for opening fancy quote . I think the quoting for
your csv is incorrect.

http://www.i18nqa.com/debug/utf8-debug.html

On Fri, Sep 22, 2017 at 5:42 AM, James Bennett <ubernost...@gmail.com> wrote:
> The issue you're running into is that the sequence of bytes you passed in is
> not UTF-8, but you're trying to decode it as UTF-8.
>
> The character  'ô' -- that's U+00F4 LATIN SMALL LETTER O WITH CIRCUMFLEX --
> is 0xC3 0xB4 in UTF-8. And the byte 0x93 can never be valid as the beginning
> of a UTF-8-encoded code point.
>
> I can't tell you what encoding does use 0x93 for that character, but it is
> not UTF-8.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL13Cg-7M8VrjOzJA%2BDGQBQ49490SzDbV7Fz7fnY7R6TxxZmNw%40mail.gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.



-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Bgw1GXZCdExy%2Bs0%2BkNiZFAtmxKzwHd%2B7rFm%2BZHwtZJUixS7gQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to