Closed ablaette closed 2 years ago
The package assumes that Java will work with UTF-8 but this is not necessary. Check it upon attaching bignlp using this snippet:
library(rJava) .jcall("java/lang/System", "S", "getProperty", "file.encoding")
A new auxiliary function jvm_encoding() reports the Java file encoding. Output is displayed upon loading bignlp.
jvm_encoding()
The package assumes that Java will work with UTF-8 but this is not necessary. Check it upon attaching bignlp using this snippet: