Bug 6177 - I can't use jstl with a contents containing double byte chars
Summary: I can't use jstl with a contents containing double byte chars
Status: RESOLVED INVALID
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-01 14:43 UTC by Hyeokman Kwon
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hyeokman Kwon 2002-02-01 14:43:59 UTC
I'm korean. and my jsp file is containing almost korean chars.
but I have a following error.

 (when xerces libary used)

Validation error messages from tag library c
null: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0xa1) 
was found in the CDATA section.

 (when crimson library used)

Validation error messages from tag library c
null: org.xml.sax.SAXParseException: Character conversion error: "Unconvertible 
UTF-8 character beginning with 0xa1" (line number may be too low).
Comment 1 Shawn Bayern 2002-03-31 16:51:41 UTC
Sorry for the delay; I didn't realize there was a "JSTL Taglib" component in 
addition to "Standard Taglib."

I'm marking this "INVALID" for the moment since I don't see anything we can do 
to address the issue in the Standard Taglib.  Is this not an issue for the XML 
parser?  If I'm misunderstanding your question, it'd be great if you could 
provide an example of what you think the JSTL RI should do to accommodate your 
use case.  Thanks!