aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
503 stars 93 forks source link

Changing locale to support utf-8 filenames #44

Closed jldiaz closed 6 years ago

jldiaz commented 6 years ago

When submitting a .tar file, if it contains utf-8 filenames, the compilation breaks.

It is enough to use the locale C.UTF-8 to avoid the problem.

jldiaz commented 6 years ago

Thank you for accepting the PR.

Could you please upgrade the running version at https://latexonline.cc/ ? It still causes problems when non-ascii characters are part of the filenames.

aslushnikov commented 6 years ago

@jldiaz oops, sorry for the very long reply. I've updated the deployment, should work now.