X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fashd-wsgi3;fp=python3%2Fashd-wsgi3;h=c10bfc93cc4933687634b902e6c9cc6c7f69076d;hp=2ca259ab4b1e9e15667a6b5b59c6c9dbbeddef40;hb=eaefded0a959b59f441d50cfb30fc08497078fe1;hpb=a7d7286d8de39daaf90952eeea77e5e83d598eae diff --git a/python3/ashd-wsgi3 b/python3/ashd-wsgi3 index 2ca259a..c10bfc9 100755 --- a/python3/ashd-wsgi3 +++ b/python3/ashd-wsgi3 @@ -151,7 +151,7 @@ def recode(thing): if isinstance(thing, collections.abc.ByteString): return thing else: - return str(thing).encode("latin-1") + return str(thing).encode("utf-8") class request(ashd.serve.wsgirequest): def __init__(self, *, bkreq, **kw):