tg 0.8a5 has been included kid 0.8, it can partly solve multibye characters. ===>controllers.py title = u"タイトル" remove 'u'
===>test.kid add <?python kid.assume_encoding="your system default encoding" ?> and test.kid is saved with 'utf-8' file format. the encoding of xhtml output is utf-8. this can work. but in your first post, i don't know how to do.

