Re: [R] Odp: language!!!

2010-03-19 Thread Tal Galili
Thanks Petr, Could you please share what is your sessionInfo() ? Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics

Re: [R] Odp: language!!!

2010-03-19 Thread Petr PIKAL
Hi Tal Yes this was what I tried but it did not reveal hebrew signs, therefore I assume it has something to do with OS. put this line Sys.setlocale("LC_ALL", "Hebrew") in your Rprofile.site file in etc folder of your R instalatiion Regards Petr Tal Galili napsal dne 19.03.2010 09:01:20:

Re: [R] Odp: language!!!

2010-03-19 Thread Tal Galili
Hi Petr, Please try: Sys.setlocale("LC_ALL", "Hebrew") # And a<- read.table("http://www.talgalili.com/files/aa.txt",encoding="UTF-8"; ,check.names=FALSE, header = T, sep = "\t") # Notice the use of encoding a And let me know if that works... The only question I have left is how can you set

Re: [R] Odp: language!!!

2010-03-19 Thread Petr PIKAL
Hi Thanks, I am surprised, as I tried it after Bill's post and it did not work on my machine W2000, So probably the success or failure is system specific. Regards Petr Tal Galili napsal dne 19.03.2010 08:43:11: > It worked ! > > Thank you very much Petr! > > Tal > > > >

Re: [R] Odp: language!!!

2010-03-19 Thread Tal Galili
It worked ! Thank you very much Petr! Tal Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---

Re: [R] Odp: language!!!

2010-03-19 Thread Petr PIKAL
Hi I am not definitely expert in locales. It is a relict from time I worked with W95/98 where were some problems with locale setting and/or graphing. I would try just before reading in a file to change locale setting by ?Sys.setlocale > Sys.getlocale() [1] "LC_COLLATE=Czech_Czech Republic.1250

[R] Odp: language!!!

2010-03-18 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 18.03.2010 11:16:26: > > Hi, > > > > there´s something that really bothers me about R and after hours and hours of > internet research, I´m still stuck with the same problem: I installed R and it > is in Spanish, as the system on my work. I would