It seems Incanter can only recognize utf-8 encoding file while native clojure slurp can read non-utf8 encoding file with :encoding keyword, So is it possible to combine those two functions together ,but I don't know how to do that!
Is there a convenient way to read non-utf8 encoding file into incanter?
274 views Asked by sage han At
1
first parameter could be filename, URL, or anything that could be handled by
clojure.io/reader, so you can write something like: