Wouldn't title = u"テスト" help? http://python.org/doc/2.4.2/tut/node5.html#SECTION005130000000000000000
On 12/3/05, raku <[EMAIL PROTECTED]> wrote: > > I want to use variable for which multi byte characters is substituted > in kid template file. > But I can't show multibyte variables. > > ex) > <?xml version="1.0" encoding="utf-8"?> > <?python > title = "テスト" > ?> > <html xmlns:py="http://purl.org/kid/ns#"> > <tile>${title}</title> > > Title of above code is gable. > Perhaps kid doesn't correspondence multi byte characters. > > Can anyone solve it? > > -- [EMAIL PROTECTED]

