2 Replies Latest reply on Mar 13, 2008 10:20 AM by kapitanpetko

    non-ASCII characters HTML-escpaed in faclets view

    kapitanpetko

      Hello,


      Probably not a strictly Seam question, but here goes:


      I am using faclets for the UI and I have non-ASCII characters
      (Japanese) in my .xhtml files. All files are UTF-8. Pages display
      correctly when viewed in browser, but almost all (lables, buttons,
      output text) Japanese characters get HTML-escaped in the generated
      HTML. The only strings that make it to the html unescaped are
      rich:panelMenuGroup lables.


      How to avoid this behaviour or any hints as to who is doing all the
      escaping? (JSF, Seam, ...)


      I am using Seam 2.0.1GA.


      TIA