I am mosly using pdflatex. One recurring problem is that the encoding
used on Linux (my system), UTF8, is different from on Windows, I use
\inputencoding{utf8}
on Windows one must use (well, to write spanish ...)
\inputencoding{latin1}
and files must be converted when moved between systems. Is there a way to organize the workflow such that the same input file can be used on both systems? without conversion and without any editing? (possibly invoking change to XelaTeX/LuaTeX, if necessary)
utf8on all machines. – Alan Munn Jun 26 '12 at 00:26