Hummm, i think that's some problem with spe editor. In Idle, that
problem doesn't happen!

Ok ok,you mean the template in the config.py right? Here it goes:

kid.outputformat="xhtml"
kid.encoding="utf-8"

Oh, other thing i noticed, while retrieving the "Noticia", if i do like
this:

noticias = [noticia for noticia in Noticia.select()]
noticias.reverse()
for i in noticias:
   print i

i get the following error:
UnicodeEncodeError: 'charmap' codec can't encode character u'\x82' in
position 1: character maps to <undefined>

I have not even a clue why that happens.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to