You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/05/19 19:20:09 UTC

DO NOT REPLY [Bug 9237] New: - Encoding spec in lower case (DTD/XML) not recognized

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9237

Encoding spec in lower case (DTD/XML) not recognized

           Summary: Encoding spec in lower case (DTD/XML) not recognized
           Product: Xerces-C++
           Version: 1.7.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Validating Parser (DTD)
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: r8@davids-welt.de
                CC: r8@davids-welt.de


When trying to parse an XML file or a DTD containing "uft-8" as encoding specification, I 
get

"An exception occurred! Type:TranscodingException, Message:Could not create a 
converter for encoding: utf-8."

During library build, transcoder options were default 
(native).

Changing the encoding statements to "UTF-8" (upper case) solves the 
problem.

Don't know what the XML spec says, however, this behavior is different from a Linux 
build and thus not so favorable...

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org