0 Replies Latest reply on Nov 15, 2006 9:10 AM by clockdva

    nvalid byte 2 of 3-byte UTF-8 sequence.

    clockdva

      I have a page :


      <ui:composition>
      <f:view>
      <h:form>
      <h:panelGroup>
      <h:panelGrid>

      è è è

      </h:panelGrid>
      </h:panelGroup>
      </h:form>
      </f:view>

      </ui:composition>



      because of the the letter è i get a error:
      Error Parsing /private/components/...xhtml: Error Traced[line: 15] Invalid byte 2 of 3-byte UTF-8 sequence.

      to solve the problem i can put that letter in the Messages.properties and the use a <h:outputLabel...; there is another way?

      thanks