Clearly you are mixing character sets somewhere. This can happen when saving *utf8* characters into a *latin-1* database, for example (or vice versa).
Look for any unusual characters (with accents or symbols) in your app, data or even filenames. You can inadvertently introduce the problem by copying and pasting too. This type of problem can be notoriously tricky to understand and track down. The easiest thing to do is avoid the issue by converting all data to unicode and simply using unicode everywhere! -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/9485d367-8c4c-4f1d-9611-4eb47a2673f4%40googlegroups.com.

