Skip to content

error due to locales again

3 messages · ronggui, Brian Ripley, Ei-ji Nakama

#
Error in switch(x[2], "1250" = return("ISO 8859-2"), "1251" = return("KOI8-U"),  : 
        argument is missing, with no default
[1] "LC_COLLATE=Chinese_People's Republic of China.936;LC_CTYPE=Chinese_People's Republic of China.936;LC_MONETARY=Chinese_People's Republic of China.936;LC_NUMERIC=C;LC_TIME=Chinese_People's Republic of China.936"
_              
platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status   beta           
major    2              
minor    1.0            
year     2005           
month    04             
day      16             
language R
#
Yes.  Please do beta-test *before* release: R 2.1.0 is released.

If no one actually tests R in your language, we will not discover that
there are problems in that language.  Over the the users to beta-test when 
asked to.
On Tue, 19 Apr 2005, ronggui wrote:

            

  
    
#
--- src/library/utils/R/iconv.R.orig    2005-04-18 19:18:58.000000000
+0900
+++ src/library/utils/R/iconv.R 2005-04-19 17:37:32.000000000 +0900
@@ -74,7 +74,7 @@
                "1254" = return("ISO 8859-9"),
                "1255" = return("ISO 8859-8"),
                "1256" = return("ISO 8859-6"),
-               "1257" = return("ISO 8859-13"),
+               "1257" = return("ISO 8859-13")
                )
         return(paste("CP", x[2], sep=""))
     } else {

--
http://www.nakama.ne.jp, http://r.nakama.ne.jp
e-mail : EIJI Nakama <nakama at ki.rim.or.jp>