Gitmaxwell / lastools

‘lastools’ is an R package for reading and writing version 1.2 and version 2.0 Log ASCII Standard (LAS) and for performing common functions on LAS
Other
12 stars 2 forks source link

Encoding #11

Open dgallart77 opened 4 years ago

dgallart77 commented 4 years ago

Hi @Gitmaxwell, I'm having some issues on text encoding with special chars like 'ñ'. Maybe it's because readLines has encoding = "unknown" as default. Could it be on read_las function (filepath, replace_null = T,enconding='UTF-8') and pass that value to readLines to avoid the default a solution. Great job! Thanks