On Wed, Dec 3, 2008 at 8:02 PM, skp_999 <[EMAIL PROTECTED]> wrote:
>
> UTF-8. Note that if I comment out:
>
> if 'charset' not in keywords:
> keywords['charset'] = 'utf8'
>
> everything is OK (with my init_command = "SET NAMES utf8", of course).
What happens when you remove
init_command = "SET NAMES utf8"
and keep
keywords['charset'] = 'utf8'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---