1 Reply Latest reply on Dec 17, 2008 2:29 PM by nbelaevski

    FastHtmlParser.java - setOutputEncoding(String encoding) pot

    rhills

      Hi All,

      I just noticed in passing that org.ajax4jsf.io.parser.FastHtmlParser appears to have a broken setOutputEncoding(...) method:

      public void setOutputEncoding(String encoding) {
       // TODO Auto-generated method stub
      
       }
      


      Should I do a jira and patch for this, or is it intentional? I can't say I've seen any issues from it, but then I've not specifically tested it either.