Re: parse a text file that has some binary characters

2013-11-19 Thread John Mastro
On Tue, Nov 19, 2013 at 6:24 AM, smk wrote: > Hi > I am trying to parse a text file that has some binary characters(such as > 0x001 or 0x002) and replace them with text characters. > How to do it in clojure? > Would something like this work? (require '[clojure.java.io :a

parse a text file that has some binary characters

2013-11-19 Thread smk
Hi I am trying to parse a text file that has some binary characters(such as 0x001 or 0x002) and replace them with text characters. How to do it in clojure? Thanks in advance ...smk -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To po