##// END OF EJS Templates
Decode user input into unicode...
Decode user input into unicode Author name: GÄ…bal ... Traceback (most recent call last): ... File "./nbconvert/converters/../templates/skeleton/tex/null.tplx", line 25, in top-level template code ((*- block header -*)) File "./nbconvert/converters/../templates/tex/latex_sphinx_base.tplx", line 141, in block "header" \renewcommand{\releasename}{((( nb.metadata._draft.release | escape_tex )))} UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1: ordinal not in range(128)
Zbigniew Jędrzejewski-Szmek -
r10797:f43864cd
Show More
Name Size Modified Last Commit Author
/ nbconvert / filters
__init__.py Loading ...
ansi.py Loading ...
datatypefilter.py Loading ...
highlight.py Loading ...
latex.py Loading ...
markdown.py Loading ...
strings.py Loading ...