<div dir="ltr"><div>xUbuntu 14.04.1 - 32bit / Scilab 5.5.0 / LANG=sl_SI.UTF-8<br><br></div>No problem here, printf functions outputs decimal point.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-29 16:06 GMT+02:00 Stefan Du Rietz <span dir="ltr"><<a href="mailto:sdr@durietz.se" target="_blank">sdr@durietz.se</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
under Xubuntu 14.04 (Ubuntu Linux with XFCE) and locale en_DK.UTF-8 all Scilab printf functions output decimal commas instead of points:<br>
<br>
-->x = 0.6231166;<br>
-->xstr = msprintf("%0.2f", x)<br>
 xstr  =<br>
 0,62<br>
<br>
which leads to<br>
<br>
-->eval(xstr)<br>
 ans  =<br>
    0.<br>
<br>
and (worse) wrong numbers written to text files.<br>
<br>
I have not tried Scilab Scilab 5.5.0 in my earlier Xubuntu 12.04. Under Windows 7 I get the normal behaviour.<br>
<br>
Regards<br>
Stefan<br>
______________________________<u></u>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank">http://lists.scilab.org/<u></u>mailman/listinfo/users</a><br>
</blockquote></div><br></div>