0 Replies Latest reply on Oct 25, 2010 5:14 AM by dracola24

    Allow spanish and german characters i18n

    dracola24

      Hello, I am using rich faces and jsf to internationaliate a web application.

      But I see not appropiate characters when is suposed to be a á, ñ... etc.

      I attache how I load the bundle

       

      <f:loadBundle basename="messages.Messages" var="msg1"/>

       

      and also the configuration in faces-config.xml

       

      <application>
              <locale-config>
                  <default-locale>en</default-locale>
                  <supported-locale>fr</supported-locale>
                  <supported-locale>de</supported-locale>
                  <supported-locale>es</supported-locale>
              </locale-config>
              <resource-bundle>
                  <base-name>messages.Messages</base-name>
                  <var>msg</var>
              </resource-bundle>
          </application>

       

       

      I don't really know what must  modify or where, the .xhtml pages I have included

      <meta  charset="utf-8" />

       

      Thanks in advance