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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to