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 2001/10/29 20:04:14 UTC

DO NOT REPLY [Bug 4495] New: - Parsing Error with Euro-Symbol

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=4495>.
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=4495

Parsing Error with Euro-Symbol

           Summary: Parsing Error with Euro-Symbol
           Product: Xerces-C++
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Non-Validating Parser
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: aPflug@itw.de


Using IDOMParser parsing a File with encoding='ISO-8859-1, the Euro Symbol "�" 
(Char code 0x80) will deliver 0x0080 for getNodeValue() instead of 0x20ac.

If an IDOM_Text is created directly, getNodeValue() will work fine.

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


Re: [Bug 4495] New: - Parsing Error with Euro-Symbol

Posted by Jerry Carter <je...@speechworks.com>.
At 07:04 PM 29-10-01 -0000, bugzilla@apache.org wrote:
>Using IDOMParser parsing a File with encoding='ISO-8859-1, the Euro Symbol
"€" 
>(Char code 0x80) will deliver 0x0080 for getNodeValue() instead of 0x20ac.
>
>If an IDOM_Text is created directly, getNodeValue() will work fine.

>From memory, the Euro symbol does not exist in Latin-1 (ISO-8859-1).  There
is a seperate ISO-8859-15 which is based on Latin-1 and defines the Euro.

However, I doubt that Xerces 1.5.2 provides support for Latin-15.  This
would be VERY easy to add.

							-=- Jerry Carter


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