Displaying 3 results from an estimated 3 matches for "thai_thailand".
2011 Aug 28
2
Fractional component of a number
...a precision issue since
> x <- (2.53-2)*100
> x-53
[1] -2.131628e-14
And I can always use the round function to get what I want, but I just
wonder if something is wrong here.
> sessionInfo()
R version 2.13.1 (2011-07-08)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=Thai_Thailand.874 LC_CTYPE=Thai_Thailand.874
LC_MONETARY=Thai_Thailand.874
[4] LC_NUMERIC=C LC_TIME=Thai_Thailand.874
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Thanks,
Edward
--------------------------------------------------------------...
2006 May 22
4
Sys.setlocale upsets windows graphics device (PR#8887)
Full_Name: Edward McNeil
Version: 2.3.0
OS: Widows XP
Submission from: (NULL) (203.170.234.5)
Type the following:
> Sys.setlocale("LC_ALL","C")
> hist(1:10)
CRASH
2005 Apr 20
1
localeToCharset error for Thai locale (PR#7799)
...return("KOI8-T")
"th" is for Thai (TIS-620; already defined on line 48-49).
line: 53-56
"874" = return("TIS 620") <<-- Should be added???
A default return should also be stated???
Note:
> Sys.getlocale("LC_CTYPE")
[1] "Thai_Thailand.874"
'example' works fine on a Linux machine.