1 Reply Latest reply on Mar 31, 2006 2:47 AM by afedoren

    charset is big problem in linux

    gireeshkollam


      my application is with two languages english and german.i have to deploy it to in a linux server.i am using jboss4.0.3.but in JSP pages the german letter is showing as junk charcter.

      i tried it to solve using

      <meta http-equiv="Content-type" content="text/html;charset=utf-8" />

      it solve my problem partially.

      But when reading the datas from inputfieds the data is getting as junks.


      plz help me to solve this