Ramos make sure you either use unicode or you're using utf-8 strings everywhere, this means also having # -*- coding: utf-8 -*- as the first line in your controller .py files. Then also make sure the javascript code you're using to get this knows the json is coming in utf-8. Then make sure you decode the string you get from the webservice correctly, this means turning it into unicode by decoding from whatever encoding it's using, and then converting it to utf-8.
-- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

