Filipe Sousa wrote:
> Is it possible to change the default encoding?

You can either set the assume_encoding attribute of the kid template or 
even (not recommended) use brute force and set it globally for Python 
with sys.setdefaultencoding(). The best solution (also in view of Python 
3.0) is to always use unicode.

-- Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to