blob: d7c9bce2786b44cbd3c4fa755ad60191032188d1 [file] [log] [blame]
def main(request, response):
encoding = request.GET['encoding']
tmpl = request.GET['tmpl']
sheet = tmpl % u'\\0000E5'
return [("Content-Type", "text/css; charset=%s" % encoding)], sheet.encode(encoding)