I have installed jakarta-taglibs-standard-1.0.1.tar.gz into my WebApp. If I try to use it with <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> in one of my JSPs I get this compilation error: messages/online.jsp [-1:-1] <h3>Validation error messages from tag library c</h3>org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "Unconvertible UTF-8 character beginning with 0xfc" (Zeilenzahl möglicherweise zu niedrig) I use the NetBeans 3.4 IDE with JDK 1.4.1. I tried the libs from jakarta-taglibs-standard-oldxml-compat.tar.gz as described in the readme, but this didn't help.
Can't reproduce the problem. Please provide a sample JSP page with which the problem can be reproduced.