5 Replies Latest reply on Nov 21, 2008 11:05 AM by ralf.mueller

    Calendar Character encoding problem

    ralf.mueller

      When I set the Calender locale to DE, month March which is M & # 2 2 8rz are displayed like März.
      This works fine e.g. in this post, but not for the calendar.

      This is my page Header:

      <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
      
      <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
      <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
      <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>
      <%@ taglib prefix="a4j" uri="http://richfaces.org/a4j"%>
      <%@ taglib prefix="rich" uri="http://richfaces.org/rich"%>
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      
      <html>
      <head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">