You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/06/06 22:24:42 UTC

DO NOT REPLY [Bug 29418] New: - Umlaut problems when precompiling jsp files

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29418

Umlaut problems when precompiling jsp files

           Summary: Umlaut problems when precompiling jsp files
           Product: Tomcat 5
           Version: 5.0.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


now that precompile no longer fails as reported in Bug 29160, it seems that
Umlauts such as ΓΌ are dealt with correctly when compiled by tomcat at runtime on
the fly, but not when precompiling. For example my German jsp's do contain lines
such as
<%@ page language="java" %><%@ taglib uri="/WEB-INF/lib/struts-template.tld" pre
fix="template" %>...
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<html:xhtml />
<head>
...
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

is it possible that when precompiling from ant, it assumes the default UTF8?

Might I have to 1. state the page encoding at the top of the page in a different
way, or 2. try Jikes?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org