Displaying 2 results from an estimated 2 matches for "lmnopqrstuvwxyz".
2016 Jun 06
2
readlines() truncates text file with Codepage 437 encoding
...Warning message:
In readLines(file("437__characters.txt", :
incomplete final line found on '437__characters.txt'
> test_text
[1]
"\v\f\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037
!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177
?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"
> nchar(test_text)
[1] 242
You'll note that readLines hasn't read the final characters "??\n".
# Diagno...
2016 Jun 08
0
readlines() truncates text file with Codepage 437 encoding
...;437__characters.txt",
> : incomplete final line found on '437__characters.txt'
>> test_text
> [1]
> "\v\f\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037
> !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177
> ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"
>> nchar(test_text)
> [1] 242
> You'll note that readLines hasn't read the final...