The R Project SVN R

Rev

Rev 49644 | Rev 50833 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49644 Rev 50186
Line 210... Line 210...
210
	known_to_be_latin1 = TRUE;
210
	known_to_be_latin1 = TRUE;
211
	allKnown = FALSE;
211
	allKnown = FALSE;
212
    } else if(streql(encoding, "UTF-8"))  {
212
    } else if(streql(encoding, "UTF-8"))  {
213
	known_to_be_utf8 = TRUE;
213
	known_to_be_utf8 = TRUE;
214
	allKnown = FALSE;
214
	allKnown = FALSE;
215
    } else if(!streql(encoding, "unknown")) 
215
    } else if(!streql(encoding, "unknown") && !streql(encoding, "native.enc")) 
216
    	warning(_("argument '%s = \"%s\"' will be ignored"), "encoding", encoding);
216
    	warning(_("argument '%s = \"%s\"' will be ignored"), "encoding", encoding);
217
 
217
 
218
    if (prompt == R_NilValue)
218
    if (prompt == R_NilValue)
219
	PROTECT(prompt);
219
	PROTECT(prompt);
220
    else
220
    else