Closed joke2k closed 11 years ago
linea 85 di action_tags.py
"blogpost_excerpt": filters.truncatewords(blogpost.html, 300),
lancia un :
Caught UnicodeDecodeError while rendering: 'ascii' codec can't decode byte 0xe2 in position 62: ordinal not in range(128)
ovviamente il contenuto ha dei caratteri accentati.
prova con unicode(filters.truncatewords(blogpost.html, 300))
unicode(filters.truncatewords(blogpost.html, 300))
linea 85 di action_tags.py
lancia un :
ovviamente il contenuto ha dei caratteri accentati.