Bug #2362
Mis à jour par Matthieu Decorde il y a plus de 7 ans
R seems to be working (the start-up message is normal), but commands using R don't work.
Logs show that the setwd R command is failing when the user home path contains accented messages.
h3. Solution
Move TXM user home path
h3. Solution
check if the "--encoding utf8" R launch parameter is working correctly.
The Man page is showing:
<pre>
--encoding=ENC
Specify encoding to be used for stdin
--encoding ENC
</pre>
We use "--encoding utf8"
Logs show that the setwd R command is failing when the user home path contains accented messages.
h3. Solution
Move TXM user home path
h3. Solution
check if the "--encoding utf8" R launch parameter is working correctly.
The Man page is showing:
<pre>
--encoding=ENC
Specify encoding to be used for stdin
--encoding ENC
</pre>
We use "--encoding utf8"