search for: lc_type

Displaying 10 results from an estimated 10 matches for "lc_type".

Did you mean: lc_ctype
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
I have a custom locale in use on our system. Consequently, Xlib does not recognize the default environment setting for LC_TYPE. To get an urxvt window opened without encountering the locale error message I am therefore constrained to use some variant of the following: LC_TYPE=en_US.UTF-8 urxvt& I would like to set LC_TYPE to a different value than LANG. However, based on experiment it seems that the only locale set...
2010 Jun 13
6
WINE is ignoring locale settings
Even on plain WINEPREFIX I am unable to get Polish-specific chars to work. On unix (Arch x64) everytching works fine. Wine is setting wrong codepage in registry ( in HKEY_CURRENT_USER\Software\Wine\Fonts\Codepages apears "1252,437" while it should be "1252,437") Code: $ locale LANG=pl_PL.utf8 LC_CTYPE="pl_PL.utf8" LC_NUMERIC="pl_PL.utf8"
2007 Mar 11
1
Sys.setlocale("LC_CTYPE","fr_FR.UTF-8")
...der Windows. As Gtk+ requires UTF-8, I thought it was the source of the problem and tried to change the default encoding (1252) in the following way: >Sys.setlocale("LC_CTYPE","fr_FR.UTF-8") [1] "fr_FR.UTF-8" But when I try as a check: >Sys.getlocale("LC_TYPE") [1] "French_France.1252" So it seems that Sys.setlocale() has not changed anything. What am I doing wrong ? Thank you for your help, Yvonnick Noel U. of Rennes France
2015 Apr 14
1
httpuv not installing on fedora 19
...> In install.packages("httpuv", dependencies = TRUE) : > ? installation of package 'httpuv' had non-zero exit status > > > > #=================================================================== > > I'm not? sure but the error[1] seems to be pointing LC_TYPE etc. > and I'm pretty cetain that line with LC_CTYPE etc comes from having > > Sys.setlocale(locale="C") > > in my .Rprofile file. So, somehow I think that's the root of my problem. At > the same time, > if I take that line out of my .Rprofile file, then...
2015 Apr 14
1
httpuv not installing on fedora 19
...oaded_packages' Warning message: In install.packages("httpuv", dependencies = TRUE) : installation of package 'httpuv' had non-zero exit status > #=================================================================== I'm not sure but the error[1] seems to be pointing LC_TYPE etc. and I'm pretty cetain that line with LC_CTYPE etc comes from having Sys.setlocale(locale="C") in my .Rprofile file. So, somehow I think that's the root of my problem. At the same time, if I take that line out of my .Rprofile file, then I'm not even able to choose a cran...
2018 Mar 14
1
Warning for LC_CTYPE when R is ran through ssh
Dear member, When I run a code on a computer B from a computer A through shh using for example: system("ssh login at IPadress \"R -e 'print(1)'\"") [Note that I don't need indicate password because ~/.ssh/authorized_keys is used] I get a warning: During startup - Warning message: Setting LC_CTYPE failed, using "C" The code is working (it prints 1)
2015 Aug 14
2
Build R on Haiku
...3_11_08-2/.self/lib/openjdk" export LC_ALL="C" export LC_COLLATE="en.UTF-8" export LC_CTYPE="en.UTF-8" export LC_MESSAGES="en.UTF-8" export LC_MONETARY="en.UTF-8" export LC_NUMERIC="en.UTF-8" export LC_TIME="en.UTF-8" export LC_TYPE="en_US.UTF-8" export LIBRARY_PATH="%A/lib:/boot/home/config/non-packaged/lib:/boot/home/config/lib:/boot/system/non-packaged/lib:/boot/system/lib:/Store/buildr/lib" export LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01...
2015 Apr 14
0
httpuv not installing on fedora 19
.../> >   installation of package 'httpuv' had non-zero exit status<br /> > ><br /> ><br /> > #===================================================================<br /> ><br /> > I'm not  sure but the error[1] seems to be pointing LC_TYPE etc.<br /> > and I'm pretty cetain that line with LC_CTYPE etc comes from having<br /> ><br /> > Sys.setlocale(locale="C")<br /> ><br /> > in my .Rprofile file. So, somehow I think that's the root of my problem. At<br /> &gt...
2005 Aug 13
2
How can I make these command prompt settings into universal settings?
I've got it so that I can enable Japanese input into an application by typing the following at a command prompt (with FireFox, for example): [dave at localhost ~]$ kinput2 -canna & [1] 10631 [dave at localhost ~]$ XMODIFIERS='@im=kinput2' LC_CTYPE=ja_JP.utf8 firefox However, I would rather not have to type in all that craziness each time I want to start an application. Further,
2015 Aug 31
0
Build R on Haiku
...xport LC_ALL="C" > export LC_COLLATE="en.UTF-8" > export LC_CTYPE="en.UTF-8" > export LC_MESSAGES="en.UTF-8" > export LC_MONETARY="en.UTF-8" > export LC_NUMERIC="en.UTF-8" > export LC_TIME="en.UTF-8" > export LC_TYPE="en_US.UTF-8" > export > LIBRARY_PATH="%A/lib:/boot/home/config/non-packaged/lib:/boot/home/config/lib:/boot/system/non-packaged/lib:/boot/system/lib:/Store/buildr/lib" > export > LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=...