Is here a direct way to read text file which is not encoded by utf-8 #20979
Unanswered
donald001
asked this question in
Questions and Answers
Replies: 1 comment 4 replies
-
I don't mess around with V too often, but would something like this work, but sub the
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is here a direct way to read text file which is not encoded by utf-8?
You know in java we can read it like
List<String> lines = Files.readAllLines(path, StandardCharsets.UTF_16);
.I can only
os.read_lines(path)
in V. But don't know where to specify the encoding charsets.Beta Was this translation helpful? Give feedback.
All reactions