Cast unicode strings to utf-8 strings
authorMatthieu Patou <mat@matws.net>
Tue, 9 Nov 2010 13:43:32 +0000 (16:43 +0300)
committerMatthieu Patou <mat@matws.net>
Tue, 9 Nov 2010 13:43:32 +0000 (16:43 +0300)
commitf4008772032024757847dd1a32c6faecf8f8d2a4
treeff3c15e484c11eb8e3c67f375223c75ae03b4539
parent07eec5adf22d08a0287dde5a0eb1907845adcf43
Cast unicode strings to utf-8 strings

Properties of a HostBuild object are unicode strings not plain "strings"
but the web frameworks expect data to be just plain strings so we have
to do a cast
web/build.py