[Python] conversione ut8 a decimale

Marco Mariani birbag a gmail.com
Lun 21 Nov 2011 12:55:16 CET


2011/11/21 Walter Valenti <waltervalenti a yahoo.it>

ho un carattere in forma codificata ut8:
> es: 0xC3 0xB1
> Voglio ottenere l'entità decimale xml: &#241
>
> Come fo ?!
>

>>> '\xc3\xb1'.decode('utf8').encode('ascii', 'xmlcharrefreplace')
'ñ'
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20111121/6e07efd6/attachment.html>


Maggiori informazioni sulla lista Python