[Resolved]

I work under Ubuntu (gnome) with gedit. Each file in gedit is
registered with the character encoding by default 'Current Locale
(UTF-8)'.
I changed the file record charsetproblem.mysql for it to be registered
with the character encoding 'Western (ISO-8859-15)'.

So, no need to encode anything in webpy or templator and everything
works perfectly by default, if we take care to change the line 124
db.py this way:

#self.items = [str(items)] # old
self.items = [items]

I had to think first...

:')

Regards,

boubou.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to