0 Replies Latest reply on Aug 20, 2005 4:08 AM by booster

    Character Encoding problems

    booster

      OS: Mac OS X 10.4.2 Workstation with last updated java.
      JBOSS: 4.0.2

      Have problems with servlets:
      All post forms have UTF-8 or CP1251 character encoding.After post - damaged strings (such as - "????? ??? ????") received by - getParameter().
      getCharacterEncoding function return - ISO 8859-1 encoding for both response and request. Is it a bug?

      Have indentical encoding problem with MySQL JDBC drivers integrated in JBOSS. Postgre SQL external driver working well.

      Please help receive normal Unicode or Cyrillic strings.