[Python] Re: [Commits] python.it commit r258

Lawrence Oluyede l.oluyede a gmail.com
Gio 11 Gen 2007 17:03:15 CET


> >      charset = _get_charset(content_type) or "utf-8"
> > -
> > +    charset = 'iso-8859-1' # XXX Google madness?
> >      return fp.read().decode(charset)
> >
>
> C'è un problema qui.
> Come mai Google usa iso-8859-1?
> Come si fa a sapere quale encoding usare?
>
> Vi ricordo che Google nel content type restituisce due encoding:
> utf-8 e iso-8859-1

Secondo me sono semplicemente i due che supporta.

-- 
Lawrence
http://www.oluyede.org/blog
http://www.neropercaso.it


Maggiori informazioni sulla lista Python