IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

Safely read log as UTF-8 and then iso-8859-1. #32

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

This solves a problem with trying to read the byte output from docker, which may not be UTF-8 if the compilation was run with pdflatex.

kmccurley commented 1 year ago

@jwbos This should fix your testcase example.