search for: ue7

Displaying 1 result from an estimated 1 matches for "ue7".

Did you mean: e7
2017 Aug 01
0
translateChar in NewName in bind.c
...rictly the same as in R 3.4.1 because of changed function 'NewName' in bind.c? > Using 'translateCharUTF8' instead of 'translateChar' is as it should be. It has an effect in non-UTF-8 locale for this example. > x <- list(1:2) > names(x) <- "\ue7" > res <- unlist(x) > charToRaw(names(res)[1]) > Directly assigning 'tag' to 'ans' is more efficient, but > may be different from in R 3.4.1 that involves > 'translateCharUTF8', that is also correct. It has an > effect for t...