At 07:04 PM 29-10-01 -0000, [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to