X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/03ee0fd9f717f24c86a5f1c642c3fb4a2a278d96..538b73a802c9a6cbf14627b1012d030bf0d70c3d:/doc/bugs/pythonproxy-utf8_again.mdwn diff --git a/doc/bugs/pythonproxy-utf8_again.mdwn b/doc/bugs/pythonproxy-utf8_again.mdwn index fa702a22c..8269a9bea 100644 --- a/doc/bugs/pythonproxy-utf8_again.mdwn +++ b/doc/bugs/pythonproxy-utf8_again.mdwn @@ -52,3 +52,8 @@ patch. >>> a `unicode`. (i'd happily ditch python2 and port all plugins to python3, >>> where this is all easier, but my [[todo/vCard rendering]] still uses an >>> ancient module.) --[[chrysn]] + +>>>> You were right about this, `encode` is appropriate to go from `unicode` +>>>> to `str` under Python 2. I'm a bit concerned that it might break +>>>> Python 3 (see also [[bugs/rst_plugin_hangs_when_used_with_Python_3]]). +>>>> Testing now. --[[smcv]]