> unicode(r"\uparrow", "utf-8") will break... sigh.
>

Moreover, I checked with 2to3.py, and it say (similar case):

-ok_preamble = unicode(r"""
+ok_preamble = str(r"""
 \usepackage[utf8]{inputenc}
 \begin{document}
 Añadidos:
 """, "utf-8")

which AFAIK will give an error for the \u in \usepackage. Hmmm...
should I dare ask on the developer list? :-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to