I am trying to parse a file with a ^ in the file name. The problem is that after passing it to the parser, it changes the ^ to a %5, resulting in the file not being found. Is there a sax feature or property I can set so the ^ is not replaced?
Thanks