3 Replies Latest reply on Jan 8, 2008 12:41 PM by cardel

    Non english characters in messages.properties

    cardel

      Hi,
      I have some iso-8859-1 characters (czech) in my messages.properties. But when I use this message e.g. with outputText or with facesMessages.addFromResourceBundle they are wrong represented and page show me some bad symbols.
      I have all pages in UTF-8 encoding.

      <?xml version="1.0" encoding="UTF-8"?>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      


      I tried some others encoding and combinations, but I wasn´t successful. I am using JBoss AS 4.2.1 GA and Seam 2.0.0.GA

      Any suggestions?