The R Project SVN R

Rev

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

Rev 76974 Rev 77234
Line 276... Line 276...
276
    UNPROTECT(1);
276
    UNPROTECT(1);
277
    return ans;
277
    return ans;
278
}
278
}
279
 
279
 
280
/*
280
/*
281
  Encoding support added for R 3.7.0.  One would normally expect file
281
  Encoding support added for R 4.0.0.  One would normally expect file
282
  paths (and their components) to be in the session encoding, but on
282
  paths (and their components) to be in the session encoding, but on
283
  Windows there is some support for Unicode paths encoded (inside R) in UTF-8.
283
  Windows there is some support for Unicode paths encoded (inside R) in UTF-8.
284
 
284
 
285
  This should not do translations with escapes.
285
  This should not do translations with escapes.
286
 */
286
 */