[New-bugs-announce] [issue32983] UnicodeDecodeError 'ascii' codec can't decode byte in position - ordinal not in range(128)

Jiri Prajzner report at bugs.python.org
Fri Mar 2 08:20:54 EST 2018


New submission from Jiri Prajzner <dr3dwerkz at gmail.com>:

Locate "Barra de navegació"->"Término de búsqueda o dirección" and browse "http://www.columbia.edu/~fdc/utf8/" website - results in:
Exception UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 73: ordinal not in range(128)

If i correct the word navegació to navegación, there's no UnicodeDecodeError

----------
components: Unicode
messages: 313132
nosy: Jiri Prajzner, ezio.melotti, vstinner
priority: normal
severity: normal
status: open
title: UnicodeDecodeError 'ascii' codec can't decode byte in position - ordinal not in range(128)
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32983>
_______________________________________


More information about the New-bugs-announce mailing list