<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How exactly do you set the locale? It should be possible to do the same when<br>starting rkward, probably. For instance, what do you get, if you start rkward
<br>with<br># LC_ALL=el_GR.ISO-8859-7 rkward<br>? Does this fix things? What do you get, when you run<br>> Sys.getlocale ()<br>in the console (in plain R and rkward)?</blockquote><div><br>Yes this is what  I wanted. Thanks. locale in R is iso88597 and data objects with iso88597 is readble.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If this is in fact the issue, we'd just need a good way to allow the user to
<br>specify the locale to use on startup. However, no good idea on this, yet.<br></blockquote></div><br>For now it is not usable to do something like this. I have to do some testings on some problems and report later. For example if I do 
rk.print() with greek characters (wichecer of the two encodings I use) I do not have something readable at the output. 
The fonts used can not used with dev.copy(), or with png.  Although the X11 device gives a right plot, cannot be copied. For now only X11, postscript and pdf devices works (they have the family option). I will try to see what can I get from this, and we will if and what we can do.
<br><br>One last question. With konsole after turning R locale to iso I have to change the konsole encoding, through settings>encoding. Is this also done with the above command? <br><br>Thanks, <br>Ilias<br>