blumu / latexdaemon

LaTeXDaemon speeds-up compilation of LaTeX documents through background monitoring of source files and automatic preamble precompilation.
http://william.famille-blum.org/software/latexdaemon/
Other
8 stars 1 forks source link

latexdaemon doesn't work when the tex file is located under a path which contain chinese characters. #14

Open blumu opened 9 years ago

blumu commented 9 years ago

From hongyi.z...@gmail.com on January 10, 2010 14:21:36

Dear Dr. william,

I check out the latest version of latexdaemon and compile it. Then I find that it doesn't work when the tex file is located under a path which contain chinese characters.

Any hints on this issue?

Best regards.

Hongyi.

Original issue: http://code.google.com/p/latexdaemon/issues/detail?id=15

blumu commented 9 years ago

From william....@gmail.com on November 24, 2010 01:19:31

Could you share a small example in attachment so that I can reproduces the bug on my machine?

Status: Accepted
Owner: william.blum

blumu commented 9 years ago

From szhor...@gmail.com on June 27, 2011 09:21:23

It appears that pdftex (from miktex 2.9) won't work on files under a path containing characters that are not supported by the current locale. At least on my Windows XP.

So if Windows is set to an English locale (and not Chinese), and the path to the file (but not the file name) contains Chinese characters, a pdftex will complain that it cannot find the file. (Even when using relative paths!)

Miktex's pdftex probably doesn't support unicode / wide paths.