<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
That's  a little bit strange. If I change the locale inside rkward/R,<br>
the '0.01'-effect remains the same.<br>
<br>
The 'problem' machine runs on ubuntu dapper with R 2.2.1.<br>
I've tried on another one running hoary with R 2.2.1 - there are no
problems<br>
using either POSIX or UTF locales.<br>
<br>
So this seems to be a 'dapper' problem only (don't know what happens on
breezy).<br>
Maybe something with the new qt/kdelibs .. ?<br>
And still this mysterious ScimInputContextPlugin.<br>
<br>
Ralf.<br>
<br>
> l10n_info()<br>
$MBCS<br>
[1] TRUE<br>
<br>
$"UTF-8"<br>
[1] TRUE<br>
> Sys.setlocale (locale="C")<br>
[1]
"LC_CTYPE=C;LC_NUMERIC=de_DE.UTF-8;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=de_DE.UTF-8;LC_PAPER=de_DE.UTF-8;LC_NAME=de_DE.UTF-8;LC_ADDRESS=de_DE.UTF-8;LC_TELEPHONE=de_DE.UTF-8;LC_MEASUREMENT=de_DE.UTF-8;LC_IDENTIFICATION=de_DE.UTF-8"<br>
> 0.01<br>
[1] 0<br>
> l10n_info()<br>
$MBCS<br>
[1] FALSE<br>
<br>
$"UTF-8"<br>
[1] FALSE<br>
<br>
> a<-0.01<br>
> a<br>
[1] 0<br>
 <br>
<br>
Thomas Friedrichsmeier wrote:
<blockquote
 cite="mid200604041740.32182.thomas.friedrichsmeier@ruhr-uni-bochum.de"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I changed the two lines and recompiled but there were no changes in the
effect :(
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Too bad.

  </pre>
  <blockquote type="cite">
    <pre wrap="">For this debian system I use "dpkg-reconfigure localeconf"
to switch between the locales. I dont know what  it exactly does.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I tried it this way, too, now, but I still can't reproduce (running debian 
unstable, BTW).
Maybe as an additional attempt, in order to narrow things down, could you try 
setting the locale from inside rkward/R? Run

Sys.setlocale (locale="C")

and

Sys.setlocale (locale="de_DE.UTF-8")

(which I guess is your default) in the "R Console". Can you affect the problem 
this way, or only using "dpkg-reconfigure localeconf"?

Which version of R does your distribution use?

And of course: Is anybody else on this list, either experiencing similar 
problems, or running ubuntu (breezy) without problems? Any help (or just 
further data) would be highly welcome.

  </pre>
</blockquote>
</body>
</html>