Hello i cant understand how to solve this issue. I have a record with portuguese characters "Ações de cada um" that passing it to the view results in a different value. How do i understand it to solve it ?
[image: image.png] This is the result in my view My layout has <meta charset="utf-8"> and my view is just {{=a}} [image: image.png] and this is my controller # -*- coding: utf-8 -*- def execdal(): ret=[] a=db(db.apps.id==1).select(db.apps.icon,db.apps.url,db.apps.bg ,db.apps.title,orderby=db.apps.id).as_list() return dict(a=a) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/CAEM0BxOD2GcK4y9U528BrCK%3DgFNZrqdXz%2BuRWxzRGF5-aQ%3DkZQ%40mail.gmail.com.