bottle support gb2312

in template first line type code as follows:
%# -*- coding: gb2312 -*-

in controller write
response.content_type = 'text/html; charset=gb2312'

感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的
reference:
http://snipplr.com/view/22778/python-web-with-bottle/

原文地址:https://www.cnblogs.com/lexus/p/1784915.html